This commit is contained in:
Peng Lyu
2022-05-04 11:35:02 -07:00
committed by GitHub
parent b6c472a7f5
commit 40524ee383

View File

@@ -929,7 +929,7 @@ export class NotebookViewModel extends Disposable implements EditorFoldingStateD
matches.forEach(match => {
match.matches.forEach((singleMatch, index) => {
if ((singleMatch as OutputFindMatch).index !== undefined) {
if ((singleMatch as OutputFindMatch).index === undefined) {
textEdits.push({
edit: { range: (singleMatch as FindMatch).range, text: texts[index] },
resource: match.cell.uri