-
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
Zoom Out: Focus search when showing an insertion point #63867
Comments
I've looked into this a bit. The search component is here gutenberg/packages/block-editor/src/components/inserter/menu.js Lines 155 to 167 in 34b5219
It is possible to wrap this in a The problem is how to do this conditionally? It will require some new global state to track whether or not to focus the search. We already have |
I believe gutenberg/packages/block-editor/src/components/block-tools/zoom-out-mode-inserters.js Line 104 in 34b5219
|
Thanks. Funnily enough I just found that bit. I'm manipulating it now. |
What problem does this address?
In zoom out, when you click on the inserter button [+] the insertion marker shows, but it's not clear to users what is happening.
What is your proposed solution?
When the inserter button is clicked we should focus the search input so users can see where their next action should be.
The text was updated successfully, but these errors were encountered: