Skip to content

Commit feaa283

Browse files
authored
Update StudyEditor.js
1 parent 0473780 commit feaa283

File tree

1 file changed

+2
-1
lines changed
  • services/static-webserver/client/source/class/osparc/desktop

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ qx.Class.define("osparc.desktop.StudyEditor", {
287287
this.__listenToNodeProgress();
288288
this.__listenToNoMoreCreditsEvents();
289289
this.__listenToEvent();
290-
this.__listenToStateInputPorts();
291290
this.__listenToServiceStatus();
291+
this.__listenToStateInputPorts();
292292
},
293293

294294
__listenToLogger: function() {
@@ -491,6 +491,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
491491
node.getPropForm().retrievedPortData(portId, false);
492492
break;
493493
}
494+
}
494495
},
495496

496497
__reloadSnapshotsAndIterations: function() {

0 commit comments

Comments
 (0)