mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-25 02:15:09 +01:00
Merge pull request #197180 from microsoft/roblou/classic-quokka
Show same hint in tooltip as in history input box placeholder
This commit is contained in:
@@ -754,6 +754,11 @@ export class HistoryInputBox extends InputBox implements IHistoryNavigationWidge
|
||||
this.history.clear();
|
||||
}
|
||||
|
||||
public override setPlaceHolder(placeHolder: string): void {
|
||||
super.setPlaceHolder(placeHolder);
|
||||
this.setTooltip(placeHolder);
|
||||
}
|
||||
|
||||
protected override onBlur(): void {
|
||||
super.onBlur();
|
||||
this._onDidBlur.fire();
|
||||
|
||||
Reference in New Issue
Block a user