mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
fix: double click opens info #287
This commit is contained in:
parent
4b4d27c473
commit
c8ffce59b1
2 changed files with 3 additions and 2 deletions
3
package-lock.json
generated
3
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue