-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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!: Redundant blockly non selectable #8328 #8433
fix!: Redundant blockly non selectable #8328 #8433
Conversation
…bility into existing classes
…lectability into existing classes google#8328
…lectability into existing classes google#8328
…lectability into existing classes google#8328
…lectability into existing classes google#8328
@BeksOmega please review! this is the new PR for #8328 , on the correct branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment! And could you also run npm run format
in the root directory of the repository and commit your changes?
core/menu.ts
Outdated
// goog-menu is deprecated, use blocklyMenu. May 2020. | ||
element.className = 'blocklyMenu goog-menu'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you might have picked up an old change in your rebase, could you remove the goog-menu
class and the comment from here?
// goog-menu is deprecated, use blocklyMenu. May 2020. | |
element.className = 'blocklyMenu goog-menu'; | |
element.className = 'blocklyMenu'; |
Sure! |
…lectability into existing classes google#8328
…lectability into existing classes
59de2fe
to
d4ddb18
Compare
I have made all the changes, and also ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet thank you for the fixes! This looks great =)
Thanks @BeksOmega! |
The Basics
The Details
The pull request removes redundant
blocklyNonSelectable
class and integrated non-selectability into existing and more generic classesResolves
Fixes #8328