diff options
| author | Fuwn <[email protected]> | 2025-06-23 01:20:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-23 01:20:02 -0700 |
| commit | c6786d188ba2178c45d088d987ec6c16edcce16c (patch) | |
| tree | 5fd1713e43371aaa63eaf8bcdb8f7d8859945b7d /src/lib/CommandPalette | |
| parent | style(src): Remove self-closing p and div tags (diff) | |
| download | due.moe-c6786d188ba2178c45d088d987ec6c16edcce16c.tar.xz due.moe-c6786d188ba2178c45d088d987ec6c16edcce16c.zip | |
style(src): Remove self-closing tags with attributes
Diffstat (limited to 'src/lib/CommandPalette')
| -rw-r--r-- | src/lib/CommandPalette/CommandPalette.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/CommandPalette/CommandPalette.svelte b/src/lib/CommandPalette/CommandPalette.svelte index 2d2ec6ee..bb1bf8a1 100644 --- a/src/lib/CommandPalette/CommandPalette.svelte +++ b/src/lib/CommandPalette/CommandPalette.svelte @@ -141,7 +141,7 @@ 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'}"> <div class="dropdown-content card card-small"> |