-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Remove <BlockNavigationEditor /> from navigation-link/edit.js #22629
Conversation
Size Change: -8 B (0%) Total Size: 1.12 MB
ℹ️ View Unchanged
|
From testing this looks good, one question is why don't we revert the whole PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does what it says on the tin!
Because that would remove the slots which we want to retain so that we may do conditional editing e.g. on double click. |
Description
This PR effectively reverts the part of #22210 where it makes the navigator item editable.
Having all items editable by default introduces conceptual issues with block selection - see #22089 (comment) for more details.
How has this been tested?
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist: