Skip to content
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

Fix(#2382) Remove references to Blockly.FieldColour from keyboard-navigation #2441

Conversation

Vishesh-Paliwal
Copy link
Contributor

The basics

The details

Resolves

Fixes #2382

Proposed Changes

The PR attempts to remove all lines that were referencing Blockly.FieldColour , as that field no longer exists .

Reason for Changes

As Blockly.FieldColour no longer exists, so even referencing it causes webpack warnings.

Test Coverage

NA

Documentation

NA

Additional Information

@Vishesh-Paliwal Vishesh-Paliwal requested a review from a team as a code owner August 7, 2024 05:23
@Vishesh-Paliwal Vishesh-Paliwal requested review from rachel-fenichel and removed request for a team August 7, 2024 05:23
Copy link

google-cla bot commented Aug 7, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@Vishesh-Paliwal Vishesh-Paliwal force-pushed the remove_references_to_FieldColour branch from a668c3e to 08d1490 Compare August 7, 2024 05:46
@rachel-fenichel rachel-fenichel merged commit 81787b7 into google:master Aug 7, 2024
7 checks passed
@mark-friedman
Copy link
Contributor

If a field (like FieldColour) is removed from core and is, therefore, removed from the keyboard navigation plugin, shouldn't their onShortcut method then be moved to their (i.e. the field's) plugin? I guess the issue is that you only want to enable that method if the keyboard navigation plugin is instantiated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove references to Blockly.FieldColour from keyboard-navigation
3 participants