fix: double click opens info #287

This commit is contained in:
Daan Wijns 2021-08-24 08:41:55 +02:00
parent 4b4d27c473
commit c8ffce59b1
2 changed files with 3 additions and 2 deletions

3
package-lock.json generated
View file

@ -5,7 +5,8 @@
"requires": true,
"packages": {
"": {
"version": "0.10.0",
"name": "vuetorrent",
"version": "0.11.0",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"apexcharts": "^3.26.0",

View file

@ -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() {