mirror of
https://github.com/transmission/transmission
synced 2025-01-31 11:23:40 +00:00
(trunk web) fix selecting files
This commit is contained in:
parent
4c1f32836f
commit
f2f0dc1861
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ Transmission.prototype =
|
|||
|
||||
// if this torrent is in the inspector, refresh the inspector
|
||||
if (this[Prefs._ShowInspector])
|
||||
if (this.getSelectedTorrentIds().indexOf(ev.target.getId()) !== -1)
|
||||
if (this.getSelectedTorrentIds().indexOf(id) !== -1)
|
||||
this.updateInspector();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue