mirror of
https://github.com/google/blockly.git
synced 2026-04-29 08:30:11 +02:00
chore: Run formatter
This commit is contained in:
@@ -160,7 +160,9 @@ suite('Keyboard Shortcut Items', function () {
|
||||
await mutatorIcon.setBubbleVisible(true);
|
||||
|
||||
const bubble = mutatorIcon.getBubble();
|
||||
Blockly.getFocusManager().focusTree(bubble.getWorkspace().getFlyout().getWorkspace());
|
||||
Blockly.getFocusManager().focusTree(
|
||||
bubble.getWorkspace().getFlyout().getWorkspace(),
|
||||
);
|
||||
const event = new KeyboardEvent('keydown', {
|
||||
keyCode: Blockly.utils.KeyCodes.ESC,
|
||||
key: 'Escape',
|
||||
|
||||
Reference in New Issue
Block a user