Skip to content

Commit 21c1a19

Browse files
🐛 [Frontend] Fix: Nodes seem unconnected during running of services (#7895)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 1b1b2a6 commit 21c1a19

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ qx.Class.define("osparc.workbench.NodeUI", {
236236
} else if (node.isProbe()) {
237237
this.setType("probe");
238238
}
239+
this.addListener("resize", () => {
240+
setTimeout(() => this.fireEvent("updateNodeDecorator"), 50);
241+
});
239242
},
240243

241244
__applyNode: function(node) {

0 commit comments

Comments
 (0)