diff options
| author | Fuwn <[email protected]> | 2025-06-23 02:18:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-23 02:18:51 -0700 |
| commit | dfc88ec30db3821f9753791bb60a4b31044cf5a7 (patch) | |
| tree | c448e75104534f03db8d10f1d929cf018101f49b /src/lib/CommandPalette | |
| parent | fix(CoverBypass): Remove unused attribute (diff) | |
| download | due.moe-dfc88ec30db3821f9753791bb60a4b31044cf5a7.tar.xz due.moe-dfc88ec30db3821f9753791bb60a4b31044cf5a7.zip | |
fix(CommandPalette): Remove fade-in-breaking transition
Diffstat (limited to 'src/lib/CommandPalette')
| -rw-r--r-- | src/lib/CommandPalette/CommandPalette.svelte | 1 |
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'}"> |