Skip to content

Commit 2c51b3d

Browse files
authored
Fix microsoft#180797. Fine tune edit mode switch. (microsoft#180900)
Fix microsoft#180797.
1 parent a51593e commit 2c51b3d

File tree

1 file changed

+0
-3
lines changed
  • src/vs/workbench/contrib/notebook/browser/contrib/find

1 file changed

+0
-3
lines changed

src/vs/workbench/contrib/notebook/browser/contrib/find/findModel.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ export class FindModel extends Disposable {
155155
}
156156
};
157157

158-
if (this._state.replaceString.length === 0) {
159-
return;
160-
}
161158

162159
if (e.isReplaceRevealed) {
163160
updateEditingState();

0 commit comments

Comments
 (0)