Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/actions/disconnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import {
Events,
ShortcutRegistry,
utils as BlocklyUtils,
Connection,
ConnectionType,
keyboardNavigationController,
} from 'blockly';
import * as Constants from '../constants';
Expand Down
1 change: 0 additions & 1 deletion src/actions/enter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
Events,
ShortcutRegistry,
utils as BlocklyUtils,
getFocusManager,
BlockSvg,
FlyoutButton,
RenderedConnection,
Expand Down
5 changes: 0 additions & 5 deletions src/actions/ws_movement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ const createSerializedKey = ShortcutRegistry.registry.createSerializedKey.bind(
ShortcutRegistry.registry,
);

/**
* The distance to move the cursor when the cursor is on the workspace.
*/
const WS_MOVE_DISTANCE = 40;

/**
* Logic for free movement of the cursor on the workspace with keyboard
* shortcuts.
Expand Down
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {javascriptGenerator} from 'blockly/javascript';
import {load} from './loadTestBlocks';
import {runCode, registerRunCodeShortcut} from './runCode';

(window as any).Blockly = Blockly;
(window as unknown as {Blockly: typeof Blockly}).Blockly = Blockly;

/**
* Parse query params for inject and navigation options and update
Expand Down