Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/vue
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2021-01-06 20:40:42 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-06 20:40:42 +0300
commit8dc628dca722eb91939ff0f8e9568d640483476a (patch)
tree6fb8a592d26a800ddc5a8b0f6916d0f34099dca8 /src/vue
parentc01899fb3343e12d6697315f697e2f66c0cab669 (diff)
parentdbd60cedeaf32b526996cacf2414041060260290 (diff)
Merge branch '2.0.1'
# Conflicts: # package-lock.json
Diffstat (limited to 'src/vue')
-rw-r--r--src/vue/Components/Options/Debug.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vue/Components/Options/Debug.vue b/src/vue/Components/Options/Debug.vue
index c01a091..65895f9 100644
--- a/src/vue/Components/Options/Debug.vue
+++ b/src/vue/Components/Options/Debug.vue
@@ -174,7 +174,7 @@
return LocalisationService.translate('DebugErrorNoDetails');
},
showData($event) {
- $event.target.parentNode.classList.toggle('open');
+ $event.currentTarget.parentNode.classList.toggle('open');
},
copy(error) {
navigator.clipboard.writeText(JSON.stringify(error));