Disable row and height animations when removing downloads
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user