clarify scroll method name

This commit is contained in:
sbwalker
2023-05-26 07:41:49 -04:00
parent 4ad5522f9e
commit 6f0a6c7f69
3 changed files with 4 additions and 8 deletions

View File

@ -291,7 +291,7 @@ namespace Oqtane.Modules
}
}
public async Task ScrollToTop()
public async Task ScrollToPageTop()
{
var interop = new Interop(JSRuntime);
await interop.ScrollTo(0, 0, "smooth");