diagram-js
Advanced tools
Comparing version 14.5.3 to 14.5.4
@@ -23,6 +23,3 @@ import { | ||
var MARKERS_HIDDEN = [ | ||
'djs-element-hidden', | ||
'djs-label-hidden' | ||
]; | ||
var MARKER_HIDDEN = 'djs-element-hidden'; | ||
@@ -640,5 +637,3 @@ /** | ||
var isHidden = targets.some(function(target) { | ||
return MARKERS_HIDDEN.some(function(marker) { | ||
return self._canvas.hasMarker(target, marker); | ||
}); | ||
return self._canvas.hasMarker(target, MARKER_HIDDEN); | ||
}); | ||
@@ -645,0 +640,0 @@ |
{ | ||
"name": "diagram-js", | ||
"version": "14.5.3", | ||
"version": "14.5.4", | ||
"description": "A toolbox for displaying and modifying diagrams on the web", | ||
@@ -5,0 +5,0 @@ "main": "lib/Diagram.js", |
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
1003832
33750