Skip to content

Commit f1b44db

Browse files
committed
Add missing bang
1 parent 428e447 commit f1b44db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/shortcut_items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export function registerCopy() {
175175
: workspace;
176176
if (!targetWorkspace) return false;
177177

178-
if (focused.workspace.isFlyout) {
178+
if (!focused.workspace.isFlyout) {
179179
targetWorkspace.hideChaff();
180180
}
181181
copyData = focused.toCopyData();

0 commit comments

Comments
 (0)