connection workflow

This commit is contained in:
Jan Prochazka
2022-05-19 12:36:15 +02:00
parent 566082d40f
commit 8e5584e90f
5 changed files with 11 additions and 19 deletions

View File

@@ -71,6 +71,7 @@
draggable={true}
on:click={handleClick}
on:mouseup={handleMouseUp}
on:dblclick
use:contextMenu={disableContextMenu ? null : menu}
on:dragstart={e => {
e.dataTransfer.setData('app_object_drag_data', JSON.stringify(data));