Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
maintain scrubberTime
Browse files Browse the repository at this point in the history
  • Loading branch information
sharplessHQ committed Mar 13, 2023
1 parent 95b6617 commit 5a7d168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/client/src/views/Campaign/Explore/Explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const Explore = observer<InfoProps>(({ ...props }) => {
} else if (!store.campaign?.interactionState.selectedBeacon) {
state.update('infoPanelType', InfoType.SERVER);
}
store.campaign.timeline.showAllTime();
} catch (e) {
window.console.log(e); // Try to catch if tab switching is stalling here - hard to reproduce
}
Expand Down

0 comments on commit 5a7d168

Please sign in to comment.