drag & drop into/from connection folder

This commit is contained in:
Jan Prochazka
2022-11-05 10:36:41 +01:00
parent b0d61f974c
commit cb619a0fe0
4 changed files with 42 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
export let groupIconFunc = plusExpandIcon;
export let groupFunc = undefined;
export let onDropOnGroup = undefined;
$: filtered = !groupFunc
? list.filter(data => {
@@ -83,6 +84,7 @@
{passProps}
{getIsExpanded}
{setIsExpanded}
{onDropOnGroup}
/>
{/each}
{:else}