Skip to content

Commit 84d2c03

Browse files
committed
center Hint after updating text
1 parent f0212cb commit 84d2c03

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/ui/hint

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/ui/hint/Hint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ qx.Class.define("osparc.ui.hint.Hint", {
7171

7272
setText: function(text) {
7373
this.getChildControl("label").setValue(text);
74+
setTimeout(() => this.updatePosition(), 10);
7475
}
7576
}
7677
});

0 commit comments

Comments
 (0)