(active = false)}
on:update={updateTag}
+ on:mount={(event) => event.detail.input.focus()}
/>
{:else}
{/each}
-
- (inputNew = false)} />
-
+
diff --git a/ts/editor/TagInput.svelte b/ts/editor/TagInput.svelte
index 8785f4292..9d901d48a 100644
--- a/ts/editor/TagInput.svelte
+++ b/ts/editor/TagInput.svelte
@@ -3,11 +3,12 @@ Copyright: Ankitects Pty Ltd and contributors
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-->