fix comment

This commit is contained in:
Cory LaViska
2025-06-02 15:42:43 -04:00
parent 0fdf6edae8
commit efb36b2e93

View File

@@ -48,7 +48,7 @@ window.addEventListener('scroll', updateScrollClass);
window.addEventListener('turbo:render', updateScrollClass);
updateScrollClass();
// Restore scroll position after components are definedAdd commentMore actions
// Restore scroll position after components are defined
allDefined().then(() => {
const navigationType = getNavigationType();
const key = `wa-scroll-y-[${location.pathname}]`;