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 54effdf commit 93e3b80Copy full SHA for 93e3b80
src/actions/move.ts
@@ -25,8 +25,8 @@ const createSerializedKey = ShortcutRegistry.registry.createSerializedKey.bind(
25
export class MoveActions {
26
constructor(private mover: Mover) {}
27
28
- private shortcutNames: Array<string> = [];
29
- private menuItemNames: Array<string> = [];
+ private shortcutNames: string[] = [];
+ private menuItemNames: string[] = [];
30
31
private registerShortcuts() {
32
const shortcuts: ShortcutRegistry.KeyboardShortcut[] = [
0 commit comments