mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Add missing bang
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user