Skip to content

Commit 23cb9c7

Browse files
committed
fix edges move
1 parent ae93d4e commit 23cb9c7

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/workbench

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/workbench/NodeUI.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ qx.Class.define("osparc.workbench.NodeUI", {
339339
__applyNode: function(node) {
340340
node.addListener("changePosition", e => {
341341
this.moveNodeTo(e.getData());
342+
this.fireEvent("nodeMovingStop");
342343
});
343344

344345
if (node.isDynamic()) {

0 commit comments

Comments
 (0)