mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
refactor(code/find): integrate search into find plugin
This commit is contained in:
@@ -34,6 +34,7 @@ export class SearchHighlighter {
|
||||
decoration: searchMatchDecoration,
|
||||
});
|
||||
this.updateSearchData(this.view);
|
||||
this.scrollToMatchNearestSelection();
|
||||
}
|
||||
|
||||
updateSearchData(view: EditorView) {
|
||||
|
||||
Reference in New Issue
Block a user