@syncfusion/ej2-layouts 27.1.53 → 27.2.2

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.
@@ -1331,7 +1331,7 @@ var Splitter = /** @__PURE__ @class */ (function (_super) {
1331
1331
  else {
1332
1332
  this.resizableModel(this.currentBarIndex, false);
1333
1333
  if (!isNullOrUndefined(otherBar)) {
1334
- this.resizableModel(otherBarIndex, false);
1334
+ this.resizableModel(otherBarIndex, true);
1335
1335
  }
1336
1336
  if (!this.paneSettings[this.prevPaneIndex].collapsible || !this.paneSettings[this.nextPaneIndex].collapsible) {
1337
1337
  if (!isNullOrUndefined(otherBar)) {