Hover - fix input box hover (#235939)

pull/227634/merge
Ladislau Szomoru 2024-12-12 13:17:16 +01:00 committed by GitHub
parent 822dba4bbc
commit a05c4434d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}