@ctrliq/quantic-components 1.62.0 → 1.62.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js.map +1 -1
- package/dist/meta/index.js.map +1 -1
- package/dist/quantic-components.js +1 -1
- package/dist/quantic-components.js.map +1 -1
- package/dist/quantic-components.min.js +1 -1
- package/dist/quantic-components.min.js.map +1 -1
- package/dist/splitter/splitter-group.component.js +1 -1
- package/package.json +1 -1
|
@@ -66449,7 +66449,7 @@
|
|
|
66449
66449
|
}
|
|
66450
66450
|
updated(changed) {
|
|
66451
66451
|
super.updated(changed);
|
|
66452
|
-
if (changed.has('split')
|
|
66452
|
+
if (changed.has('split')) {
|
|
66453
66453
|
this.sizes = parseSplit(this.split, this.panes.length);
|
|
66454
66454
|
this.applySizes();
|
|
66455
66455
|
}
|