dockview-core 1.15.1 → 1.15.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.
@@ -185,7 +185,7 @@ export class BaseGrid extends Resizable {
185
185
  this.doSetGroupActive(next);
186
186
  }
187
187
  layout(width, height, forceResize) {
188
- const different = forceResize !== null && forceResize !== void 0 ? forceResize : (width !== this.width || height !== this.height);
188
+ const different = forceResize || width !== this.width || height !== this.height;
189
189
  if (!different) {
190
190
  return;
191
191
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dockview-core",
3
- "version": "1.15.1",
3
+ "version": "1.15.2",
4
4
  "description": "Zero dependency layout manager supporting tabs, grids and splitviews",
5
5
  "keywords": [
6
6
  "splitview",