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