Skip to content

Commit fcdf6a9

Browse files
committed
Merge branch 'add_global_functions_user_abilities' of github.com:wvangeit/osparc-simcore into add_global_functions_user_abilities
2 parents 9a6549b + b706b59 commit fcdf6a9

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)