Skip to content

Commit

Permalink
fix: double click opens info #287
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Aug 24, 2021
1 parent 4b4d27c commit c8ffce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/views/Dashboard.vue
Expand Up @@ -364,7 +364,7 @@ export default {
return true
},
showInfo(hash) {
if (!this.$store.state.selectMode && !this.trcMenu)
if (!this.$store.state.selectMode)
this.createModal('TorrentDetailModal', { hash })
},
resetSelected() {
Expand Down

0 comments on commit c8ffce5

Please sign in to comment.