Skip to content

Commit b83187a

Browse files
committed
minor
1 parent 225a380 commit b83187a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ qx.Class.define("osparc.workbench.NodeUI", {
399399

400400
const lock = this.getChildControl("lock");
401401
node.getStudy().bind("pipelineRunning", lock, "visibility", {
402-
converter: pipelineRunning => !pipelineRunning ? "visible" : "excluded"
402+
converter: pipelineRunning => pipelineRunning ? "visible" : "excluded"
403403
});
404404

405405
this.__markerBtn.show();

0 commit comments

Comments
 (0)