Prevent dragging interactive block components

This commit is contained in:
Andrew Kingston 2023-09-05 11:02:10 +01:00
parent 291ecd45fe
commit 43663c6fbf
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@
interactive &&
!isLayout &&
!isRoot &&
!isBlock &&
definition?.draggable !== false
$: droppable = interactive
$: builderHidden =