@syncfusion/ej2-layouts 27.1.53 → 27.1.56

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.
@@ -1302,7 +1302,7 @@ let Splitter = class Splitter extends Component {
1302
1302
  else {
1303
1303
  this.resizableModel(this.currentBarIndex, false);
1304
1304
  if (!isNullOrUndefined(otherBar)) {
1305
- this.resizableModel(otherBarIndex, false);
1305
+ this.resizableModel(otherBarIndex, true);
1306
1306
  }
1307
1307
  if (!this.paneSettings[this.prevPaneIndex].collapsible || !this.paneSettings[this.nextPaneIndex].collapsible) {
1308
1308
  if (!isNullOrUndefined(otherBar)) {