From e79d32af74f384d00ab154a4b8a9737e21a803bb Mon Sep 17 00:00:00 2001 From: NimBold Date: Mon, 29 Jun 2026 11:19:48 +0330 Subject: [PATCH] fix(ui): keep animationParent mounted to prevent auto-animate ghost node bugs --- src/components/DownloadTable.tsx | 72 ++++++++++++++++---------------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/src/components/DownloadTable.tsx b/src/components/DownloadTable.tsx index 2952095..a530927 100644 --- a/src/components/DownloadTable.tsx +++ b/src/components/DownloadTable.tsx @@ -460,43 +460,45 @@ export const DownloadTable: React.FC = ({ filter }) => {
- {sortedDownloads.length === 0 ? ( -
-