fixed crash #452

This commit is contained in:
Jan Prochazka
2023-02-03 11:11:44 +01:00
parent 6a5157140e
commit 7b64587f6a

View File

@@ -56,7 +56,7 @@
return [...names, group];
})}
on:drop={handleDrop}
use:contextMenu={() => groupContextMenu(group)}
use:contextMenu={groupContextMenu ? () => groupContextMenu(group) : null}
>
<span class="expand-icon">
<FontIcon icon={groupIconFunc(isExpanded)} />