diff --git a/web/static/numerus.js b/web/static/numerus.js index 21a84f6..c366cfe 100644 --- a/web/static/numerus.js +++ b/web/static/numerus.js @@ -423,7 +423,8 @@ class Tags extends HTMLDivElement { button.textContent = '×'; button.addEventListener('click', (e) => { e.stopPropagation(); - this.removeTag(tagText) + this.removeTag(tagText); + this.search.focus(); }); } }