File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 99 Events ,
1010 ShortcutRegistry ,
1111 utils as BlocklyUtils ,
12- Connection ,
13- ConnectionType ,
1412 keyboardNavigationController ,
1513} from 'blockly' ;
1614import * as Constants from '../constants' ;
Original file line number Diff line number Diff line change 88 Events ,
99 ShortcutRegistry ,
1010 utils as BlocklyUtils ,
11- getFocusManager ,
1211 BlockSvg ,
1312 FlyoutButton ,
1413 RenderedConnection ,
Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ const createSerializedKey = ShortcutRegistry.registry.createSerializedKey.bind(
1818 ShortcutRegistry . registry ,
1919) ;
2020
21- /**
22- * The distance to move the cursor when the cursor is on the workspace.
23- */
24- const WS_MOVE_DISTANCE = 40 ;
25-
2621/**
2722 * Logic for free movement of the cursor on the workspace with keyboard
2823 * shortcuts.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import {javascriptGenerator} from 'blockly/javascript';
2323import { load } from './loadTestBlocks' ;
2424import { runCode , registerRunCodeShortcut } from './runCode' ;
2525
26- ( window as any ) . Blockly = Blockly ;
26+ ( window as unknown as { Blockly : typeof Blockly } ) . Blockly = Blockly ;
2727
2828/**
2929 * Parse query params for inject and navigation options and update
You can’t perform that action at this time.
0 commit comments