refactor(code/find): integrate search into find plugin

This commit is contained in:
Elian Doran
2025-05-12 21:05:15 +03:00
parent 8a35e390f2
commit ba2dae4c61
2 changed files with 1 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ export class SearchHighlighter {
decoration: searchMatchDecoration,
});
this.updateSearchData(this.view);
this.scrollToMatchNearestSelection();
}
updateSearchData(view: EditorView) {