You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// emptySnap actions comes through when the user uses the 'clear' button on the front end to clear the snapshot history and move slider back to 0 position
360
360
case'emptySnap':
361
-
console.log(
362
-
'background.js: top of emptySnap tabsObj[tabId]:',
363
-
JSON.parse(JSON.stringify(tabsObj[tabId])),
364
-
);
365
361
tabsObj[tabId].snapshots=[tabsObj[tabId].snapshots[tabsObj[tabId].currLocation.index]];// reset snapshots to current page state
0 commit comments