Files
jsmr/JSMR.UI.Blazor/wwwroot/js/site.js
Brian Bicknell 9cd9230cec
All checks were successful
ci / build-test (push) Successful in 1m43s
ci / publish-image (push) Has been skipped
Updated UI. Fixed circle search performance.
2025-11-10 18:55:46 -05:00

5 lines
125 B
JavaScript

window.pageHelpers = {
scrollToTop: () => {
window.scrollTo({ top: 0, left: 0, behavior: 'smooth' });
}
};