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