diff --git a/src/graph/graph-node.ts b/src/graph/graph-node.ts index a6ef1ee..d094747 100644 --- a/src/graph/graph-node.ts +++ b/src/graph/graph-node.ts @@ -128,9 +128,9 @@ export class GraphNode { return ` + data-id="${HtmlUtils.escapeHTML(dataModel.id)}"> @@ -217,4 +217,4 @@ export class GraphNode { return model; } -} \ No newline at end of file +}