diff --git a/core/shortcut_items.ts b/core/shortcut_items.ts index 826cef285..615f1edc2 100644 --- a/core/shortcut_items.ts +++ b/core/shortcut_items.ts @@ -175,7 +175,7 @@ export function registerCopy() { : workspace; if (!targetWorkspace) return false; - if (focused.workspace.isFlyout) { + if (!focused.workspace.isFlyout) { targetWorkspace.hideChaff(); } copyData = focused.toCopyData();