mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-04-11 19:18:26 +02:00
Reset selection when edit mode is exited
This commit is contained in:
parent
7eac209724
commit
ead006cb07
@ -218,6 +218,10 @@
|
||||
},
|
||||
|
||||
setEditModeTo(state) {
|
||||
if( state === false ) {
|
||||
this.selectedAccounts = []
|
||||
}
|
||||
|
||||
this.editMode = state
|
||||
this.$parent.showToolbar = state
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user