Replies: 1 comment
-
Did you try to check the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to at least have the option to show a red drag placeholder for when you are trying to drop a block somewhere it can not be dropped; so that it is more clear for the end user that it can not be dropped.
It would be event better to be able to show a message while drag-hovering invalid drag targets. (for example: "Input blocks can only be dropped inside a Form block"). If not while drag-hovering, at least fire an event when dropped like editor.on('block:drag:stop:invalid', fn) or similar.
Just to be clear, I am talking about the 'draggable' property of Components that allow a block to only be dropped inside certain elements.
Beta Was this translation helpful? Give feedback.
All reactions