mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Don't set active list upon creation
This commit is contained in:
parent
c769b0d2d8
commit
72bdc8255a
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ export default {
|
|||
}
|
||||
|
||||
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);
|
||||
},
|
||||
|
||||
reset() {
|
||||
|
|
Loading…
Reference in a new issue