cytoscape-popper
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "cytoscape-popper", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A Cytoscape.js extension for Popper.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-popper.js", |
@@ -121,3 +121,3 @@ cytoscape-popper | ||
function update() { | ||
computePosition(ref, content, opts).then(({x, y}) => { | ||
computePosition(ref, content, popperOptions).then(({x, y}) => { | ||
Object.assign(content.style, { | ||
@@ -124,0 +124,0 @@ left: `${x}px`, |
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
44543