Skip to content

Commit

Permalink
Fix #180797. Fine tune edit mode switch. (#180900)
Browse files Browse the repository at this point in the history
Fix #180797.
  • Loading branch information
rebornix authored Apr 26, 2023
1 parent a51593e commit 2c51b3d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ export class FindModel extends Disposable {
}
};

if (this._state.replaceString.length === 0) {
return;
}

if (e.isReplaceRevealed) {
updateEditingState();
Expand Down

0 comments on commit 2c51b3d

Please sign in to comment.