dock-spawn-ts
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -100,3 +100,3 @@ import { SplitterBar } from "./SplitterBar.js"; | ||
if (child !== container) { | ||
size = this.stackedVertical ? child.containerElement.clientHeight : child.containerElement.clientWidth; | ||
size = this.stackedVertical ? child.containerElement.parentElement.clientHeight : child.containerElement.parentElement.clientWidth; | ||
size *= otherPanelScaleMultipler; | ||
@@ -103,0 +103,0 @@ } |
{ | ||
"name": "dock-spawn-ts", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"description": "DockSpawn Typescript Version", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -122,3 +122,3 @@ import { SplitterBar } from "./SplitterBar.js"; | ||
if (child !== container) { | ||
size = this.stackedVertical ? child.containerElement.clientHeight : child.containerElement.clientWidth; | ||
size = this.stackedVertical ? child.containerElement.parentElement.clientHeight : child.containerElement.parentElement.clientWidth; | ||
size *= otherPanelScaleMultipler; | ||
@@ -125,0 +125,0 @@ } |
Sorry, the diff of this file is not supported yet
554775