1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Prevent dragging interactive block components

This commit is contained in:
Andrew Kingston 2023-09-05 11:02:10 +01:00
parent 291ecd45fe
commit 43663c6fbf

View file

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