aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'}">