mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 20:23:06 +00:00
Close list add on board click
This commit is contained in:
parent
817be6e390
commit
6ca0c383bc
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ export default {
|
|||
CLEAR_ACTIVE_LIST_INDEX(state) {
|
||||
state.activeListIndex = null;
|
||||
state.searchActive = null;
|
||||
state.addingList = false;
|
||||
},
|
||||
|
||||
SET_PLATFORM(state, platform) {
|
||||
|
|
Loading…
Reference in a new issue