dmn-js-shared
Advanced tools
Comparing version 2.0.0-alpha4 to 2.0.0-alpha5
@@ -350,3 +350,3 @@ import EventBus from 'diagram-js/lib/core/EventBus'; | ||
return viewsEqual(activeView, v); | ||
}) || this._views[0]; | ||
}) || this._getInitialView(this._views); | ||
@@ -399,4 +399,5 @@ if (viewsEqual(activeView, newActiveView)) { | ||
this._activeView = newView; | ||
if (newViewer) { | ||
this._activeView = newView; | ||
@@ -403,0 +404,0 @@ if (activeViewer !== newViewer) { |
{ | ||
"name": "dmn-js-shared", | ||
"description": "Shared components used by dmn-js", | ||
"version": "2.0.0-alpha4", | ||
"version": "2.0.0-alpha5", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "test": "karma start", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54982