Skip to content

Commit

Permalink
fix microsoft#101602. Select text in find input when opening the find…
Browse files Browse the repository at this point in the history
… widget
  • Loading branch information
rebornix committed Jul 9, 2020
1 parent fcfb0dd commit 2d5148e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export class NotebookFindWidget extends SimpleFindReplaceWidget implements INote

show(initialInput?: string): void {
super.show(initialInput);
this._findInput.select();

if (this._showTimeout === null) {
if (this._hideTimeout !== null) {
Expand Down

0 comments on commit 2d5148e

Please sign in to comment.