Fix unable to create new notes from search

This commit is contained in:
Baptiste Grob
2020-02-13 17:05:57 +01:00
parent 982b366866
commit b61a31309a
2 changed files with 11 additions and 5 deletions

View File

@@ -12,7 +12,6 @@
i.icon.ion-plus.add-button
.filter-section(role='search')
input#search-bar.filter-bar(
lowercase='true',
ng-blur='self.onFilterEnter()',
ng-change='self.filterTextChanged()',
ng-keyup='$event.keyCode == 13 && self.onFilterEnter();',