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!: Redundant blockly non selectable #8328 #8433

Merged

Conversation

dakshkanaujia
Copy link

The Basics

The Details

The pull request removes redundant blocklyNonSelectable class and integrated non-selectability into existing and more generic classes

Resolves

Fixes #8328

@dakshkanaujia
Copy link
Author

@BeksOmega please review! this is the new PR for #8328 , on the correct branch

@BeksOmega BeksOmega requested review from BeksOmega and removed request for rachel-fenichel July 30, 2024 02:10
Copy link
Collaborator

@BeksOmega BeksOmega left a 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
Comment on lines 87 to 88
// goog-menu is deprecated, use blocklyMenu. May 2020.
element.className = 'blocklyMenu goog-menu';
Copy link
Collaborator

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?

Suggested change
// goog-menu is deprecated, use blocklyMenu. May 2020.
element.className = 'blocklyMenu goog-menu';
element.className = 'blocklyMenu';

@dakshkanaujia
Copy link
Author

Sure!

@dakshkanaujia dakshkanaujia force-pushed the remove-blocklyNonSelectable-#8328 branch from 59de2fe to d4ddb18 Compare July 30, 2024 06:13
@dakshkanaujia
Copy link
Author

I have made all the changes, and also ran npm run format, but idk why it is getting stuck on conventionalcommits.org check :=

@BeksOmega BeksOmega changed the title Remove Redundant blockly non selectable #8328 fix!: Redundant blockly non selectable #8328 Jul 30, 2024
@github-actions github-actions bot added breaking change Used to mark a PR or issue that changes our public APIs. PR: fix Fixes a bug labels Jul 30, 2024
Copy link
Collaborator

@BeksOmega BeksOmega left a 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 =)

@BeksOmega BeksOmega merged commit dc1f276 into google:rc/v12.0.0 Jul 30, 2024
8 checks passed
@dakshkanaujia
Copy link
Author

Thanks @BeksOmega!
Would love to connect on LinkedIn!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Used to mark a PR or issue that changes our public APIs. PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants