mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
WebUI: Make context menu target selectors more precise
This commit is contained in:
@@ -575,7 +575,7 @@ window.qBittorrent.PropFiles ??= (() => {
|
||||
};
|
||||
|
||||
const torrentFilesContextMenu = new window.qBittorrent.ContextMenu.ContextMenu({
|
||||
targets: "#torrentFilesTableDiv tr",
|
||||
targets: "#torrentFilesTableDiv tbody tr",
|
||||
menu: "torrentFilesMenu",
|
||||
actions: {
|
||||
Rename: (element, ref) => {
|
||||
|
||||
Reference in New Issue
Block a user