You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/components/Bottom.vue
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@
5
5
id="addFolder"
6
6
class="bottomElement"
7
7
@click="addFolderClick"
8
+
@keyup.enter="addFolderClick"
8
9
title="Need order? Create a new folder, name it and move it to andy subdirectory you want"
10
+
tabindex="0"
9
11
>
10
12
<object
11
13
class="bottomElementPic noEvents"
@@ -19,7 +21,9 @@
19
21
id="exportData"
20
22
class="bottomElement"
21
23
@click="exportClick"
24
+
@keyup.enter="exportClick"
22
25
title="You create a backup from time to time, especially before updating the addon. Click this and the corresponding json will be displayed in a new tab"
0 commit comments