We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181005a commit 5473690Copy full SHA for 5473690
src/backend/index.ts
@@ -44,7 +44,6 @@ function getRouteURL(node: SnapshotNode): string {
44
45
// * Event listener for time-travel actions
46
window.addEventListener('message', ({ data: { action, payload } }: MsgData) => {
47
- console.log('payload',action)
48
switch (action) {
49
case 'jumpToSnap':
50
timeJump(payload, true); // * This sets state with given payload
0 commit comments