Skip to content

Commit 992b0d0

Browse files
authored
Merge pull request #194 from mzur/fix_switcher_popup_delay
fix switcher popup delay
2 parents 64c3895 + 9c8d053 commit 992b0d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

[email protected]/workspacePopup/workspaceSwitcherPopup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ class WorkspaceSwitcherPopup extends SwitcherPopup.SwitcherPopup {
104104
mask = 0
105105
}
106106

107-
if (super.show(backward, binding, mask)){
107+
if (this.show(backward, binding, mask)){
108+
this._showImmediately();
108109
modals.push(this);
109110
}
110111
}

0 commit comments

Comments
 (0)