Skip to content

Commit

Permalink
bugfix: link after selecting/moving works again
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed May 4, 2021
1 parent 6e94aac commit 6d50eea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ qx.Class.define("osparc.component.workbench.WorkbenchUI", {
this.__updateTempEdge,
this
);
nodeUI.setActive(false);
}, this);

nodeUI.addListener("edgeDragOver", e => {
Expand Down

0 comments on commit 6d50eea

Please sign in to comment.