find widget fixes

This commit is contained in:
zadam
2022-05-17 22:11:45 +02:00
parent 6cef1082b2
commit fca0b82610
4 changed files with 10 additions and 22 deletions

View File

@@ -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 => {