Skip to content

Commit 4b82860

Browse files
authored
Clicking into notebook markdown search result clears result (microsoft#191731)
Fixes microsoft#191666
1 parent 86a82d4 commit 4b82860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/search/browser/searchView.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,6 @@ export class SearchView extends ViewPane {
18941894
pinned,
18951895
selection,
18961896
revealIfVisible: true,
1897-
indexedCellOptions: element instanceof MatchInNotebook ? { index: element.cellIndex, selection: element.range() } : undefined,
18981897
};
18991898

19001899
try {

0 commit comments

Comments
 (0)