-
Notifications
You must be signed in to change notification settings - Fork 384
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
Force Top Toolbar #2179
Milestone
Comments
Created an issue upstream: WordPress/gutenberg#15264 |
Related: #2231 |
Merged
This was referenced May 6, 2019
Testing instructions
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having the block toolbar attached to the block makes editing quite cumbersome when they can be resized (very small, overlapping other blocks) and rotated (hard to edit, warrants disabling block rotation) within a page.
It makes more sense to force the Top Toolbar to be active at all times for a better editing experience.
With this plus #1974, we're getting to a point where we don't need to show any block toolbar within a page anymore, but only the block itself.
This will make it easier to have accurate positioning within a page as well. (Think
scale()
in CSS)Suggestion:
fixedToolbar
is always enabled.subscribe()
to state changes to turnfixedToolbar
on it somehow gets deactivated through something else.The text was updated successfully, but these errors were encountered: