Disable row and height animations when removing downloads

This commit is contained in:
Sucukdeluxe
2026-09-04 22:13:06 +02:00
parent 3436fcdd24
commit 36611647ab
9 changed files with 49 additions and 6 deletions
+1
View File
@@ -205,5 +205,6 @@ export async function startVisualHarness(
}
if (typeof window !== "undefined" && typeof document !== "undefined") {
if (new URLSearchParams(window.location.search).has("check-removal-motion")) void import("./removal-motion-probe");
startVisualHarness();
}