Skip to content

Commit ac3a1d5

Browse files
committed
fix
1 parent 9705882 commit ac3a1d5

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

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

241246
__applyNode: function(node) {

0 commit comments

Comments
 (0)