-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Show inserter on click #24926
Show inserter on click #24926
Conversation
packages/block-editor/src/components/block-list/insertion-point.js
Outdated
Show resolved
Hide resolved
9934fe9
to
8a3b53f
Compare
ok, so I made a few changes, I decided to start working on this from scratch. |
Hey @kirilzh Yes. Btw |
@kirilzh Ideally, there would be a vertical line, but the current implementation in |
@ZebulanStanphill Yeah I guess I won't be doing the vertical lines between buttons. I don't see an easy solution with the |
@kirilzh Kiril told me that he is not working on Gutenberg any longer. This also means that someone else will need to either take over this PR, or that we need to close it. |
closing this PR for now. A lot of changes happen since and it's not clear how relevant this is anymore. |
Description
Addresses: #13571
I've removed the code responsible for showing the sibling inserter on hover. Clicking on a block will make it visible underneath the block.
How has this been tested?
Tested manually with paragraph and button group blocks.
Screenshots
Types of changes
New feature that should enhance user experience.
Checklist: