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 bd45dd7 commit 390afaaCopy full SHA for 390afaa
src/actions/enter.ts
@@ -88,9 +88,7 @@ export class EnterAction {
88
return this.handleEnterForWS(workspace);
89
case Constants.STATE.FLYOUT:
90
if (targetWorkspace.isReadOnly()) return false;
91
- flyoutCursor = this.navigation.getFlyoutCursor(
92
- targetWorkspace,
93
- );
+ flyoutCursor = this.navigation.getFlyoutCursor(targetWorkspace);
94
if (!flyoutCursor) {
95
return false;
96
}
0 commit comments