Prevent dragging interactive block components
This commit is contained in:
parent
291ecd45fe
commit
43663c6fbf
|
@ -144,6 +144,7 @@
|
|||
interactive &&
|
||||
!isLayout &&
|
||||
!isRoot &&
|
||||
!isBlock &&
|
||||
definition?.draggable !== false
|
||||
$: droppable = interactive
|
||||
$: builderHidden =
|
||||
|
|
Loading…
Reference in New Issue