Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
fix "download listed posts" button
Browse files Browse the repository at this point in the history
  • Loading branch information
Saektide committed Nov 9, 2020
1 parent e3d3343 commit 74fc313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e6-hub",
"version": "3.5.1",
"version": "3.5.2",
"description": "An e621 client based in Chromium",
"author": "Saektide <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/views/Downloads.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
v-if="this.$parent.postsList.length"
id="download-posts-in-list"
class="absolute top-0 right-0 m-8"
@click="downloadListedPosts"
@click.native="downloadListedPosts"
>
Download {{ this.$parent.postsList.length }} listed post(s)
</btn>
Expand Down

0 comments on commit 74fc313

Please sign in to comment.