mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 14:16:01 +00:00
designer - moving tables
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user