aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-23 02:18:51 -0700
committerFuwn <[email protected]>2025-06-23 02:18:51 -0700
commitdfc88ec30db3821f9753791bb60a4b31044cf5a7 (patch)
treec448e75104534f03db8d10f1d929cf018101f49b /src
parentfix(CoverBypass): Remove unused attribute (diff)
downloaddue.moe-dfc88ec30db3821f9753791bb60a4b31044cf5a7.tar.xz
due.moe-dfc88ec30db3821f9753791bb60a4b31044cf5a7.zip
fix(CommandPalette): Remove fade-in-breaking transition
Diffstat (limited to 'src')
-rw-r--r--src/lib/CommandPalette/CommandPalette.svelte1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/CommandPalette/CommandPalette.svelte b/src/lib/CommandPalette/CommandPalette.svelte
index bb1bf8a1..77302d5b 100644
--- a/src/lib/CommandPalette/CommandPalette.svelte
+++ b/src/lib/CommandPalette/CommandPalette.svelte
@@ -140,7 +140,6 @@
<div
class="command-palette-overlay {open ? 'fade-in' : 'fade-out'}"
on:click={() => (open = false)}
- transition:fade={{ duration: 150 }}
></div>
<div class="dropdown {open ? 'fade-in' : 'fade-out'}">