Skip to content

Commit

Permalink
fixed node colour permanence
Browse files Browse the repository at this point in the history
- now clustering nodes no longer resets node color
  • Loading branch information
JoshuaMoelans committed Mar 4, 2024
1 parent 5f49388 commit b08f329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@

colorInput.onchange = function() {
node.options.color.background = colorInput.value;
data.nodes[node.id - 1].color.background = colorInput.value;
colorInput.style.display = 'none';
confirmButton.style.display = 'none';
}
}
}
Expand Down

0 comments on commit b08f329

Please sign in to comment.