tagliatelle

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c2fd9a8c62663cdb1c873949a1ccff81d9b518ea
parent 941b65e4735f02b73f5715dcad16379e6daa88eb
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 30 Jun 2026 09:36:22 +0100

Return to category field on submit

Diffstat:
Mstatic/ajax-tags.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/static/ajax-tags.js b/static/ajax-tags.js @@ -48,6 +48,7 @@ async function handleAjaxTagSubmit(e) { if (catInput && valInput) { catInput.value = ''; valInput.value = ''; + catInput.focus(); } // Re-bind the delete buttons that just got swapped in