mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
Toggle search on newly created list
This commit is contained in:
parent
72bdc8255a
commit
db326614be
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$store.commit('CLEAR_SEARCH_RESULTS');
|
this.$store.commit('CLEAR_SEARCH_RESULTS');
|
||||||
// this.$store.commit('SET_ACTIVE_LIST_INDEX', this.list.length - 1);
|
this.$store.commit('SET_ACTIVE_LIST_INDEX', this.list.length - 1);
|
||||||
|
this.$store.commit('SET_SEARCH_ACTIVE', true);
|
||||||
},
|
},
|
||||||
|
|
||||||
reset() {
|
reset() {
|
||||||
|
|
Loading…
Reference in a new issue