Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Dec 29, 2023
2 parents e0f7bda + f093a0e commit d8fc051
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ export async function addActivityNode(graphId: string, node: Node.Properties) {

// Add the node to the graph.
graph.addNode(node);
graph.cleanSelection();
graph.select(node.id);
}

0 comments on commit d8fc051

Please sign in to comment.