@disputas/diagram
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -87,3 +87,5 @@ 'use strict'; | ||
.scaleExtent([0.25, 10]) | ||
.on("zoom", handleZoom); | ||
.on("zoom", handleZoom) | ||
.on("start", function () { return d3.select("#main").attr("cursor", "grabbing"); }) | ||
.on("end", function () { return d3.select("#main").attr("cursor", "initial"); }); | ||
function handleZoom(e) { | ||
@@ -90,0 +92,0 @@ d3.select("#main g").attr("transform", e.transform.toString()); |
{ | ||
"name": "@disputas/diagram", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "D3 and Dagre based diagram", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
131407
2448