dock-spawn-ts
Advanced tools
Comparing version 2.47.0 to 2.48.0
@@ -659,3 +659,3 @@ import { DockWheel } from "./DockWheel.js"; | ||
this._activePanel = value; | ||
if (value.panelType == PanelType.document) { | ||
if (value && value.panelType == PanelType.document) { | ||
this._activeDocument = value; | ||
@@ -662,0 +662,0 @@ } |
{ | ||
"name": "dock-spawn-ts", | ||
"version": "2.47.0", | ||
"version": "2.48.0", | ||
"description": "DockSpawn Typescript Version", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -792,3 +792,3 @@ import { DockWheel } from "./DockWheel.js"; | ||
this._activePanel = value; | ||
if (value.panelType == PanelType.document) { | ||
if (value && value.panelType == PanelType.document) { | ||
this._activeDocument = value; | ||
@@ -795,0 +795,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
703319