mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 19:57:44 +02:00
Reset search before switch to edit mode
This commit is contained in:
parent
d5cf244e15
commit
dd0bb98b33
@ -280,6 +280,9 @@
|
|||||||
if( state === false ) {
|
if( state === false ) {
|
||||||
this.selectedAccounts = []
|
this.selectedAccounts = []
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
this.search = '';
|
||||||
|
}
|
||||||
|
|
||||||
this.editMode = state
|
this.editMode = state
|
||||||
this.$parent.showToolbar = state
|
this.$parent.showToolbar = state
|
||||||
|
Loading…
x
Reference in New Issue
Block a user