-
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
Only render the zoom out inserter after the selected block, not before #65756
Comments
Rather than only do the bottom one, I’d also support only showing them on block selection or an extended hover at an allowed insertion area (like in the normal block canvas). If we only do the bottom one, we won’t be able to insert a pattern before the first section. |
Yea, that should be the first attempt before not showing the before one. #65754 |
This will need backporting to 6.7. I'll add to the board. |
@richtabor Should this be closed because #65759 to only show inserters when a block is selected? |
Sure, I think #65759 worked out well. |
To help reduce conflicts as seen below, let's only render the inserter after the selected block when zoomed out:
CleanShot.2024-09-30.at.12.37.55.mp4
Note that this may not be necessary, if #65754 is completed and feels alright. The scenario above would not be possible, as the inserter would only render on block selection.
The text was updated successfully, but these errors were encountered: