Fix items selection in Edit mode

This commit is contained in:
Bubka 2022-10-14 14:16:16 +02:00
parent 340a8b1767
commit a56b0e7595

View File

@ -421,7 +421,7 @@
showAccount(account) {
// In Edit mode clicking an account do not show the otpDisplayer but select the account
if(this.editMode) {
selectAccount(account.id)
this.selectAccount(account.id)
}
else {
this.$refs.OtpDisplayer.show(account.id)