Skip to content

Commit

Permalink
Update VisNetwork.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-ha authored Aug 24, 2021
1 parent 0a2119d commit a1dd794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/VisNetwork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ module.exports = {
let html = undefined;
var element = document.createElement("div");
element.className = `${transformed.nodes.length}`
element.className = id;
console.log('`${transformed.nodes.length}`', `${transformed.nodes.length}`);
if (obj[nodeType].html){
var class = '.'+`${transformed.nodes.length}`
var class = '.'+ id;
tippy(class, {
allowHTML: true,
interactive: true,
Expand Down

0 comments on commit a1dd794

Please sign in to comment.