mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-19 13:55:21 +00:00
oops, remove logging
This commit is contained in:
@@ -144,8 +144,6 @@ const app = {
|
|||||||
if (!event.state) return; // hashchange, or otherwise outside sapper's control
|
if (!event.state) return; // hashchange, or otherwise outside sapper's control
|
||||||
scroll_history[cid] = scroll_state();
|
scroll_history[cid] = scroll_state();
|
||||||
|
|
||||||
console.log(`storing current scroll: ${cid}`, scroll_state());
|
|
||||||
console.log(`navigating to state: ${event.state.id}`, scroll_history[event.state.id]);
|
|
||||||
navigate(new URL(window.location), event.state.id);
|
navigate(new URL(window.location), event.state.id);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user