Toggle search on newly created list

This commit is contained in:
Roman Cervantes 2019-04-03 18:39:24 -07:00
parent 72bdc8255a
commit db326614be

View file

@ -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() {