mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
find widget fixes
This commit is contained in:
@@ -80,7 +80,6 @@ export default class FindWidget extends NoteContextAwareWidget {
|
||||
this.$caseSensitiveCheckbox.change(() => this.performFind());
|
||||
this.$matchWordsCheckbox = this.$widget.find(".find-widget-match-words-checkbox");
|
||||
this.$matchWordsCheckbox.change(() => this.performFind());
|
||||
this.findResult = null;
|
||||
this.searchTerm = null;
|
||||
|
||||
this.$input.keydown(async e => {
|
||||
|
||||
Reference in New Issue
Block a user