We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225a380 commit b83187aCopy full SHA for b83187a
services/static-webserver/client/source/class/osparc/workbench/NodeUI.js
@@ -399,7 +399,7 @@ qx.Class.define("osparc.workbench.NodeUI", {
399
400
const lock = this.getChildControl("lock");
401
node.getStudy().bind("pipelineRunning", lock, "visibility", {
402
- converter: pipelineRunning => !pipelineRunning ? "visible" : "excluded"
+ converter: pipelineRunning => pipelineRunning ? "visible" : "excluded"
403
});
404
405
this.__markerBtn.show();
0 commit comments