designer - moving tables

This commit is contained in:
Jan Prochazka
2020-12-26 09:45:15 +01:00
parent 7d5d2d131f
commit ca985330f6
9 changed files with 380 additions and 1 deletions

View File

@@ -67,6 +67,10 @@ export function AppObjectCore({
}}
theme={theme}
isBold={isBold}
draggable
onDragStart={(e) => {
e.dataTransfer.setData('app_object_drag_data', JSON.stringify(data));
}}
{...other}
>
{prefix}