Tab Block: Remove anchor from save function#76511
Conversation
|
Size Change: -35 B (0%) Total Size: 8.75 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in cbf0cc8. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/23104928778
|
mikachan
left a comment
There was a problem hiding this comment.
Thanks for catching this! Changes look good to me 🚢
|
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. |
Co-authored-by: shimotmk <shimotomoki@git.wordpress.org> Co-authored-by: mikachan <mikachan@git.wordpress.org>
Co-authored-by: shimotmk <shimotomoki@git.wordpress.org> Co-authored-by: mikachan <mikachan@git.wordpress.org>
What?
Anchor is saved with block supports.
Therefore, it will work even if removed from the save function.
gutenberg/packages/block-editor/src/hooks/anchor.js
Lines 118 to 124 in 1079391
Why?
How?
Testing Instructions