fix(scroll): don't set hash

This commit is contained in:
mrilyew 2025-05-24 15:58:44 +03:00
parent f8e19d69bc
commit 0c8a441df9

View file

@ -2373,7 +2373,7 @@ async function __processPaginatorNextPage(page)
const new_url = new URL(location.href) const new_url = new URL(location.href)
new_url.hash = page new_url.hash = page
history.replaceState(null, null, new_url) //history.replaceState(null, null, new_url)
if(typeof __scrollHook != 'undefined') { if(typeof __scrollHook != 'undefined') {
__scrollHook(page) __scrollHook(page)