@syncfusion/ej2-layouts 27.1.51 → 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)) {
@@ -4713,9 +4713,12 @@ let DashboardLayout = class DashboardLayout extends Component {
4713
4713
  this.checkCollision = [];
4714
4714
  }
4715
4715
  this.setPanelPosition(cell, panelProp.row, panelProp.col);
4716
+ this.addPanelCalled = false;
4716
4717
  this.updatePanelLayout(cell, panelProp);
4717
4718
  }
4718
- this.addPanelCalled = false;
4719
+ if (this.addPanelCalled) {
4720
+ this.addPanelCalled = false;
4721
+ }
4719
4722
  if (this.allowDragging &&
4720
4723
  this.mediaQuery ? !(this.checkMediaQuery()) : false) {
4721
4724
  this.enableDraggingContent([document.getElementById(panelProp.id)]);