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 cd09f34 commit 5f54741Copy full SHA for 5f54741
src/actions/edit.ts
@@ -4,11 +4,7 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
-import {
8
- ContextMenuRegistry,
9
- Msg,
10
- keyboardNavigationController,
11
-} from 'blockly';
+import {ContextMenuRegistry, Msg, keyboardNavigationController} from 'blockly';
12
import {Navigation} from 'src/navigation';
13
import {getMenuItem} from '../shortcut_formatting';
14
import * as Constants from '../constants';
0 commit comments