mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
Remove leftover console.log
This commit is contained in:
@@ -550,7 +550,6 @@ let restoring = false;
|
|||||||
|
|
||||||
window.setInterval(() => {
|
window.setInterval(() => {
|
||||||
if (!restoring) {
|
if (!restoring) {
|
||||||
console.log('#########', window.history.state);
|
|
||||||
scrollPosStore.set(window.history.state?.key, window.scrollY);
|
scrollPosStore.set(window.history.state?.key, window.scrollY);
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user