Graph link work in progress

This commit is contained in:
barsdeveloper
2021-12-22 22:24:13 +01:00
parent 93acfb5d33
commit 352f235610
14 changed files with 399 additions and 159 deletions

View File

@@ -57,7 +57,7 @@ export default class NodeTemplate extends SelectableDraggableTemplate {
}
/**
* Returns the html elements rendered from this template.
* Applies the style to the element.
* @param {GraphNode} node Element of the graph
*/
apply(node) {