mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 11:36:01 +00:00
SYNC: Merge branch 'feature/backup-restore'
This commit is contained in:
@@ -33,10 +33,13 @@
|
||||
let collapsed2 = false;
|
||||
|
||||
export let size = 0;
|
||||
export let onChangeSize = null;
|
||||
let clientWidth;
|
||||
let customRatio = null;
|
||||
|
||||
$: size = computeSplitterSize(initialValue, clientWidth, customRatio, initialSizeRight);
|
||||
|
||||
$: if (onChangeSize) onChangeSize(size);
|
||||
</script>
|
||||
|
||||
<div class="container" bind:clientWidth>
|
||||
|
||||
Reference in New Issue
Block a user