mirror of
https://github.com/google/blockly.git
synced 2026-04-27 07:30:21 +02:00
fix: Fix bug that caused blocks in flyout to disappear on click in Chrome (#9729)
This commit is contained in:
@@ -1004,8 +1004,8 @@ export class Gesture {
|
||||
this.setTargetBlock(block.getParent()!);
|
||||
} else {
|
||||
this.targetBlock = block;
|
||||
getFocusManager().focusNode(this.targetBlock);
|
||||
this.targetBlock.bringToFront();
|
||||
getFocusManager().focusNode(this.targetBlock);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user