WebUI: Make context menu target selectors more precise

This commit is contained in:
skomerko
2025-02-13 20:50:00 +01:00
parent 7f0134108a
commit f58d6ae984
7 changed files with 8 additions and 8 deletions

View File

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