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 ecbaa63 commit 1311ffeCopy full SHA for 1311ffe
services/static-webserver/client/source/class/osparc/ui/hint/Hint.js
@@ -71,6 +71,7 @@ qx.Class.define("osparc.ui.hint.Hint", {
71
72
setText: function(text) {
73
this.getChildControl("label").setValue(text);
74
+ // After setting the text, the dimensions of the Hint changed: recenter it
75
setTimeout(() => this.updatePosition(), 10);
76
}
77
0 commit comments