1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 00:04:06 +00:00

(trunk web) make sure the context menu goes away when click on torrents. Fixes #2660

This commit is contained in:
Kevin Glowacz 2009-12-13 18:37:36 +00:00
parent 485b64a5e3
commit 982d6d3805

View file

@ -239,6 +239,9 @@ Torrent.prototype =
// Prevents click carrying to parent element
// which deselects all on click
event.stopPropagation();
// but still hide the context menu if it is showing
$('#jqContextMenu').hide();
var torrent = this;
// 'Apple' button emulation on PC :