We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2d304 commit 864cd09Copy full SHA for 864cd09
src/actions/undo_redo.ts
@@ -4,17 +4,7 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
-import {
8
- ShortcutRegistry,
9
- utils as BlocklyUtils,
10
- ShortcutItems,
11
- WorkspaceSvg,
12
-} from 'blockly/core';
13
-
14
-import * as Constants from '../constants';
15
-import type {Navigation} from '../navigation';
16
17
-const KeyCodes = BlocklyUtils.KeyCodes;
+import {ShortcutRegistry, ShortcutItems, WorkspaceSvg} from 'blockly/core';
18
19
/**
20
* Class for registering a shortcut for undo/redo actions.
0 commit comments