Skip to content

Commit 781d597

Browse files
committed
add node working
1 parent 34a7223 commit 781d597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
378378
this.__pendingProjectData = null;
379379

380380
this.__applyProjectDocument(latestData);
381-
}, 10*this.self().THROTTLE_PATCH_TIME);
381+
}, 6*this.self().THROTTLE_PATCH_TIME);
382382
},
383383

384384
__applyProjectDocument: function(data) {

services/static-webserver/client/source/class/osparc/desktop/WorkbenchView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ qx.Class.define("osparc.desktop.WorkbenchView", {
11381138
},
11391139

11401140
__nodeAdded: function(node) {
1141-
this.__workbenchUI.addNode(node);
1141+
this.__workbenchUI.addNode(node, node.getPosition());
11421142
},
11431143

11441144
__removeNode: function(nodeId) {

0 commit comments

Comments
 (0)