fix: resolve double-click and redownload issues

- Use `e.detail === 2` for double clicks in `DownloadTable.tsx`
- Add `user-select: none` to list items in `index.css`
- Delete existing assets before enqueueing in `redownload` action
- Remove redundant `onDoubleClick` props from `DownloadItem.tsx`
This commit is contained in:
NimBold
2026-06-25 14:01:42 +03:30
parent 8eb1a55e72
commit b4ff14805b
4 changed files with 25 additions and 47 deletions
+2
View File
@@ -1497,6 +1497,8 @@
border-radius: 6px;
color: hsl(var(--text-primary));
font-size: 12px;
user-select: none;
-webkit-user-select: none;
}
html[data-list-density="compact"] .download-row,