diff --git a/apps/mana/apps/web/src/lib/modules/library/ListView.svelte b/apps/mana/apps/web/src/lib/modules/library/ListView.svelte
index 390a22d5d..7e009fa0d 100644
--- a/apps/mana/apps/web/src/lib/modules/library/ListView.svelte
+++ b/apps/mana/apps/web/src/lib/modules/library/ListView.svelte
@@ -48,18 +48,19 @@
-
-
-
(activeKind = k)} />
+
+ (activeKind = k)} />
+
+
(activeStatus = s)} />
@@ -77,6 +78,47 @@
/>
+ {#if showCreate}
+
+ (showCreate = false)}
+ />
+
+ {/if}
+
{#if entries$.loading}
Lädt…
{:else}
@@ -84,78 +126,12 @@
{/if}
-{#if showCreate}
-
{
- if (e.target === e.currentTarget) showCreate = false;
- }}
- onkeydown={(e) => {
- if (e.key === 'Escape') showCreate = false;
- }}
- >
- (showCreate = false)}
- />
-
-{/if}
-