dockview-core
Advanced tools
Comparing version 1.15.1 to 1.15.2
@@ -271,3 +271,3 @@ "use strict"; | ||
BaseGrid.prototype.layout = function (width, height, forceResize) { | ||
var different = forceResize !== null && forceResize !== void 0 ? forceResize : (width !== this.width || height !== this.height); | ||
var different = forceResize || width !== this.width || height !== this.height; | ||
if (!different) { | ||
@@ -274,0 +274,0 @@ return; |
@@ -188,3 +188,3 @@ import { Emitter, Event, AsapEvent } from '../events'; | ||
layout(width, height, forceResize) { | ||
const different = forceResize !== null && forceResize !== void 0 ? forceResize : (width !== this.width || height !== this.height); | ||
const different = forceResize || width !== this.width || height !== this.height; | ||
if (!different) { | ||
@@ -191,0 +191,0 @@ return; |
{ | ||
"name": "dockview-core", | ||
"version": "1.15.1", | ||
"version": "1.15.2", | ||
"description": "Zero dependency layout manager supporting tabs, grids and splitviews", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
12192469