mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 15:16:01 +00:00
SYNC: diagram improvements
This commit is contained in:
committed by
Diflow
parent
a81d66ace3
commit
b8b1412bf8
@@ -119,6 +119,10 @@
|
||||
{ command: 'diagram.redo' },
|
||||
];
|
||||
}
|
||||
|
||||
function handleReportCounts(counts) {
|
||||
tableCounts = counts;
|
||||
}
|
||||
</script>
|
||||
|
||||
<ToolStripContainer>
|
||||
@@ -131,9 +135,7 @@
|
||||
onChange={handleChange}
|
||||
menu={createMenu}
|
||||
columnFilter={$styleStore.columnFilter}
|
||||
onReportCounts={counts => {
|
||||
tableCounts = counts;
|
||||
}}
|
||||
onReportCounts={handleReportCounts}
|
||||
/>
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="2">
|
||||
|
||||
Reference in New Issue
Block a user