-
Notifications
You must be signed in to change notification settings - Fork 57
It's too easy to accidentally delete blocks #1146
Description
Problem
Currently, it's too easy to accidentally delete blocks on the canvas, mainly because the delete (trash) icon on the inline toolbar is often docked right next to the hide keyboard button.
Note: this is especially a problem on iOS because our "scroll-to" positioning is "smarter" than Android. Most often when a block is focused (unless it's a tall block), it gets nicely docked above the Quick Toolbar.
Potential Fixes
A few approaches we could take:
-
Implement the
•••menu in place of theremove blockicon (which we were eventually going to) and place theremove blockoption in the subsequent sheet. -
Force the scroll position to about ~24px higher to limit accidental taps. This would leave some whitespace between the two toolbars.
-
Add a confirmation dialog that shows when removing a block from the canvas.
Data
To inform the approach we take, it would be useful to see some data on how often the remove block button is used.
