re ##129781.

This commit is contained in:
rebornix 2021-08-09 12:02:16 -07:00
parent 2d614f229b
commit 7f69bc66e0

View file

@ -171,6 +171,7 @@ export class NotebookFindWidget extends SimpleFindReplaceWidget implements INote
replace(initialFindInput?: string, initialReplaceInput?: string) {
super.showWithReplace(initialFindInput, initialReplaceInput);
this._state.change({ searchString: initialFindInput ?? '', replaceString: initialReplaceInput ?? '', isRevealed: true }, false);
this._replaceInput.select();
if (this._showTimeout === null) {