cytoscape-popper
Advanced tools
{ | ||
"name": "cytoscape-popper", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Cytoscape.js extension for Popper.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-popper.js", |
@@ -152,5 +152,5 @@ cytoscape-popper | ||
// using tippy ^2.0.0 | ||
// using tippy ^4.0.0 | ||
let tippy = new Tippy(ref, { // tippy options: | ||
html: (() => { | ||
content: () => { | ||
let content = document.createElement('div'); | ||
@@ -161,5 +161,5 @@ | ||
return content; | ||
})(), | ||
}, | ||
trigger: 'manual' // probably want manual mode | ||
}).tooltips[0]; | ||
}); | ||
@@ -166,0 +166,0 @@ node.on('tap', () => tippy.show()); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32308
0.09%