mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 12:43:58 +00:00
fixed crash #452
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
return [...names, group];
|
return [...names, group];
|
||||||
})}
|
})}
|
||||||
on:drop={handleDrop}
|
on:drop={handleDrop}
|
||||||
use:contextMenu={() => groupContextMenu(group)}
|
use:contextMenu={groupContextMenu ? () => groupContextMenu(group) : null}
|
||||||
>
|
>
|
||||||
<span class="expand-icon">
|
<span class="expand-icon">
|
||||||
<FontIcon icon={groupIconFunc(isExpanded)} />
|
<FontIcon icon={groupIconFunc(isExpanded)} />
|
||||||
|
|||||||
Reference in New Issue
Block a user