dock-spawn-ts
Advanced tools
Comparing version 2.28.0 to 2.29.0
@@ -104,3 +104,3 @@ import { Point } from "./Point.js"; | ||
show() { | ||
this.elementDialog.style.zIndex = '1001'; | ||
this.elementDialog.style.zIndex = '10001'; | ||
this.elementDialog.style.display = 'block'; | ||
@@ -107,0 +107,0 @@ if (this.isHidden) { |
{ | ||
"name": "dock-spawn-ts", | ||
"version": "2.28.0", | ||
"version": "2.29.0", | ||
"description": "DockSpawn Typescript Version", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -137,3 +137,3 @@ import { DockManager } from "./DockManager.js"; | ||
show() { | ||
this.elementDialog.style.zIndex = '1001'; | ||
this.elementDialog.style.zIndex = '10001'; | ||
this.elementDialog.style.display = 'block'; | ||
@@ -140,0 +140,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
660097