mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 21:19:19 +00:00
fix search
This commit is contained in:
parent
13bf45f6af
commit
2392a72856
@ -223,9 +223,7 @@ var vm = new Vue({
|
||||
}
|
||||
},
|
||||
'itemSearch': debounce(function(newVal) {
|
||||
if (newVal) {
|
||||
this.refreshItems()
|
||||
}
|
||||
this.refreshItems()
|
||||
}, 500),
|
||||
'itemSortNewestFirst': function(newVal, oldVal) {
|
||||
if (oldVal === null) return
|
||||
|
Loading…
x
Reference in New Issue
Block a user