dock-spawn-ts
Advanced tools
Comparing version 2.501.0 to 2.502.0
@@ -107,3 +107,3 @@ import { Point } from "./Point.js"; | ||
this.elementDialog.style.zIndex = '0'; | ||
this.panel.elementContentContainer.style.zIndex = this.elementDialog.style.zIndex; | ||
this.panel.elementContentContainer.style.zIndex = ''; | ||
this.elementDialog.style.display = 'none'; | ||
@@ -110,0 +110,0 @@ if (!this.isHidden) { |
{ | ||
"name": "dock-spawn-ts", | ||
"version": "2.501.0", | ||
"version": "2.502.0", | ||
"description": "DockSpawn Typescript Version", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -143,3 +143,3 @@ import { DockManager } from "./DockManager.js"; | ||
this.elementDialog.style.zIndex = '0'; | ||
this.panel.elementContentContainer.style.zIndex = this.elementDialog.style.zIndex; | ||
this.panel.elementContentContainer.style.zIndex = ''; | ||
this.elementDialog.style.display = 'none'; | ||
@@ -146,0 +146,0 @@ if (!this.isHidden) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
751228
10425