Skip to content

Conversation

@dakshkanaujia
Copy link
Contributor

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
Contributor 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
Contributor

@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
Contributor

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
Contributor Author

Sure!

@dakshkanaujia dakshkanaujia force-pushed the remove-blocklyNonSelectable-#8328 branch from 59de2fe to d4ddb18 Compare July 30, 2024 06:13
@dakshkanaujia
Copy link
Contributor 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
Contributor

@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 =)

@dakshkanaujia
Copy link
Contributor 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