mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
cleanup of find in text implementation
This commit is contained in:
@@ -16,10 +16,6 @@ export default class FindInHtml {
|
||||
this.$results = null;
|
||||
}
|
||||
|
||||
async getInitialSearchTerm() {
|
||||
return ""; // FIXME
|
||||
}
|
||||
|
||||
async performFind(searchTerm, matchCase, wholeWord) {
|
||||
await libraryLoader.requireLibrary(libraryLoader.MARKJS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user