small fixes

This commit is contained in:
zadam
2019-06-12 19:59:52 +02:00
parent f2c497049b
commit c8049f0efe
6 changed files with 103 additions and 331 deletions

View File

@@ -34,7 +34,7 @@ class NoteDetailSearch {
this.$searchString.val('');
}
this.$searchString.on('input', noteDetailService.noteChanged);
this.$searchString.on('input', () => this.ctx.noteChanged());
}
getContent() {