@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.
@@ -66449,7 +66449,7 @@
66449
66449
  }
66450
66450
  updated(changed) {
66451
66451
  super.updated(changed);
66452
- if (changed.has('split') && !changed.has('panes')) {
66452
+ if (changed.has('split')) {
66453
66453
  this.sizes = parseSplit(this.split, this.panes.length);
66454
66454
  this.applySizes();
66455
66455
  }