-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make all keyboard shortcuts in option dropdown menu active #2144
Conversation
Goals: Shortcuts should be unavailable when rapid editor is open always. Current problems with branch:
Needed Solutions:
|
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #2144 +/- ##
==========================================
- Coverage 24.71% 24.61% -0.11%
==========================================
Files 644 644
Lines 22100 22087 -13
Branches 6796 6809 +13
==========================================
- Hits 5463 5436 -27
- Misses 13921 13934 +13
- Partials 2716 2717 +1
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
* make all keyboard shortcuts in option dropdown menu active * add no existent props handler * fix completion modal shortcuts to disable when rapid editor is open * add prevent default to remove reboard shortcut initially typing in text box * remove quickkeyhandler * combine duplicate code * fix editmode undefined * change function name
* make all keyboard shortcuts in option dropdown menu active * add no existent props handler * fix completion modal shortcuts to disable when rapid editor is open * add prevent default to remove reboard shortcut initially typing in text box * remove quickkeyhandler * combine duplicate code * fix editmode undefined * change function name
No description provided.