-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ToC: Fix related block attribute persistence #69734
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
Conversation
Size Change: -169 B (-0.01%) Total Size: 1.84 MB
ℹ️ View Unchanged
|
Flaky tests detected in 8ecae63. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/14111538674
|
I don't have too much context here, but I rebased this on top of 1291719 (#69063) locally, and can confirm it fixes the bug I observed and mentioned here #69063 (comment) :) I also tested per the testing instructions above, and this solves it. |
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. |
Test ReportDescriptionHey @Mamaduka, Actual Results✅ Issue resolved with patch. Supplemental ArtifactsBefore FixScreen.Recording.2025-03-28.at.12.17.34.PM.movAfter FixScreen.Recording.2025-03-28.at.12.19.45.PM.mov |
Thanks for testing, @gmovr and @Infinite-Null! |
Hey @Mamaduka, |
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: gmovr <etobiesen@git.wordpress.org> Co-authored-by: Infinite-Null <ankitkumarshah@git.wordpress.org> Co-authored-by: SainathPoojary <sainathpoojary@git.wordpress.org>
What?
Closes #67583
PR fixes a bug in the Table of Contents block where the Save button remained disabled even after making changes to the heading block.
How
Execute the ToC block attribute sync via microtask to avoid leaking the non-persistent attribute update marker.
Testing Instructions
Testing Instructions for Keyboard
Same.