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
// We use this hack to prevent a flicker of the previously-hovered tab when this view was last active. This class is set in setActiveTab in global.ts. See tab.scss for where this class is used.
662
-
// Also overrides the staticTabAtom to the new tab id so that the active tab is set correctly.
Copy file name to clipboardExpand all lines: frontend/wave.ts
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ import {
22
22
initGlobal,
23
23
initGlobalWaveEventSubs,
24
24
loadConnStatus,
25
-
overrideStaticTabAtom,
26
25
pushFlashError,
27
26
pushNotification,
28
27
removeNotificationById,
@@ -89,16 +88,15 @@ async function reinitWave() {
89
88
console.log("Reinit Wave");
90
89
getApi().sendLog("Reinit Wave");
91
90
92
-
// We use this hack to prevent a flicker of the previously-hovered tab when this view was last active. This class is set in setActiveTab in global.ts. See tab.scss for where this class is used.
93
-
// Also overrides the staticTabAtom to the new tab id so that the active tab is set correctly.
0 commit comments