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