We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Blockly.FieldColour
keyboard-navigation
The keyboard navigation attempts to patch Blockly.FieldColour. That field no longer exists, so even referencing it causes webpack warnings.
navigation_controller.ts
onShortcut
fieldColourHandler
If you'd like to work on this issue see also our contributing docs and comment here saying that you'd like to work on this.
npm run build
plugins/keyboard-navigation
No response
The text was updated successfully, but these errors were encountered:
hey @BeksOmega , Can I get assigned for this issue . I would love to work on it
Sorry, something went wrong.
Go for it @Vishesh-Paliwal =) Let me know if you have any questions!
Fix(google#2382) Remove references to Blockly.FieldColour from keyboa…
a668c3e
…rd-navigation
Thanks @BeksOmega for assigning . Raised a PR for the same :)
Vishesh-Paliwal
Successfully merging a pull request may close this issue.
Check for duplicates
Component
keyboard-navigation
Description
The keyboard navigation attempts to patch
Blockly.FieldColour
. That field no longer exists, so even referencing it causes webpack warnings.To fix
navigation_controller.ts
, remove the lines that attempt to add or remove theonShortcut
handler toBlockly.FieldColour
.fieldColourHandler
function.If you'd like to work on this issue see also our contributing docs and comment here saying that you'd like to work on this.
Reproduction steps
npm run build
inplugins/keyboard-navigation
Blockly.FieldColour
doesn't existStack trace
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: