BlockMover: Remove unused disabled button props#76993
Conversation
ramonjd
left a comment
There was a problem hiding this comment.
I smoke tested block moving in the editor. Things work and appear as before 👍🏻
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: -56 B (0%) Total Size: 7.73 MB
ℹ️ View Unchanged
|
|
Thanks for testing and review, @ramonjd! |
|
Flaky tests detected in d9a7975. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/23886234890
|
What?
Remove dead code from
block-moverintroduced in #60054 (ce49406).The
block-selection-button.jscaller that passedisBlockMoverUpButtonDisabled/isBlockMoverDownButtonDisabledwas removed in a later refactor, leaving these props and thedisabledoverride inbutton.jsunused.Testing Instructions
CI checks are passing.
Use of AI Tools
None.