-
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
Make it easier to deselect a block #3712
Comments
One complication here is that we need the block to remain selected in some cases when clicking outside:
|
Another option is to distinguish between whether you have metaboxes or not, so we can at least have a 100% tall canvas if you don't have metaboxes. I also noticed that clicking left and right of the title block did not deselect blocks. |
Technically a duplicate of #2322 |
Closing on favor of that, thanks. |
If you have a very brief post, clicking below the post no longer deselects the block:
This is likely a regression from the inline metaboxes. Previously the block container was at minimum 100% tall, meaning you could always click below the blocklist on short posts. Now it can't be 100% tall because there can be metaboxes:
The problem, likely, is that it's the block container that registers clicks as de-selects. Should we expand that so clicking anywhere outside the block itself deselects it?
The text was updated successfully, but these errors were encountered: