Hover - fix input box hover (#235939)
parent
822dba4bbc
commit
a05c4434d7
|
@ -237,7 +237,7 @@ export class InputBox extends Widget {
|
|||
this.tooltip = tooltip;
|
||||
if (!this.hover.value) {
|
||||
this.hover.value = this._register(getBaseLayerHoverDelegate().setupDelayedHoverAtMouse(this.input, () => ({
|
||||
content: tooltip,
|
||||
content: this.tooltip,
|
||||
appearance: {
|
||||
compact: true,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue