cytoscape-automove
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -158,3 +158,3 @@ (function(){ 'use strict'; | ||
if( rule.delta != null && !node.same( rule.grabbedNode ) ){ | ||
if( rule.delta != null && !node.same( rule.grabbedNode ) && !node.grabbed() ){ | ||
return { | ||
@@ -161,0 +161,0 @@ x: pos.x + delta.x, |
{ | ||
"name": "cytoscape-automove", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "An extension for Cytoscape.js that automatically updates node positions based on specified rules", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-automove.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
26803