mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
column manager
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
export let isSplitter = true;
|
||||
export let initialValue = undefined;
|
||||
|
||||
let size = 0;
|
||||
export let size = 0;
|
||||
let clientWidth;
|
||||
|
||||
$: size = computeSplitterSize(initialValue, clientWidth);
|
||||
|
||||
Reference in New Issue
Block a user