Skip to content

Commit ec607e4

Browse files
fix: copy over keyboard navigation code and remove plugin dependency (#36)
* feat: copy over base keyboard navigation code and update imports * chore: remove dependency on @blockly/keyboard-navigation * feat: use arrow keys in base navigation controller * chore: used named imports for parts of Blockly * chore: consolidate navigation controller code * chore: consolidate line cursor code * chore: move files out of base_keyboard_nav * feat: create announcer object * chore: add comments * chore: remove unnecessary field shortcut handlers and add a block with a dropdown menu * chore: format * chore: add comments * chore: linting and formatting * chore: import from blockly/core
1 parent f627328 commit ec607e4

16 files changed

+3145
-452
lines changed

package-lock.json

Lines changed: 42 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"extends": "@blockly/eslint-config"
7171
},
7272
"dependencies": {
73-
"@blockly/keyboard-navigation": "^0.6.2",
7473
"p5": "^1.9.4"
7574
}
7675
}

0 commit comments

Comments
 (0)