[ Navigation screen ] Improve auto focus to make "go to" consistent for nested blocks #23269
Labels
[Type] Bug
An existing feature does not function as intended
[Type] Code Quality
Issues or PRs that relate to code quality
Incoming once #22996 is merged we need to remove the selection using a call in this form:
This is required because Block List immediately applies focus when isSelected changes. Given we need to prevent this maybe there is a way to improve how preventing it works and update the effect here:
gutenberg/packages/block-editor/src/components/block-list/block-wrapper.js
Lines 136 to 140 in e1a6a78
It's not clear yet if it is really a problem. It may be that the same problem here is causing this:
The text was updated successfully, but these errors were encountered: