This commit is contained in:
Timothy Jaeryang Baek
2026-02-03 23:38:03 -06:00
parent ecf3fa2feb
commit 43c68468f7
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
list="tagOptions"
on:keydown={(event) => {
if (event.key === 'Enter') {
event.preventDefault();
addTagHandler();
}
}}

View File

@@ -13,6 +13,7 @@
{#if tag}
<Tooltip content={tag.name}>
<button
type="button"
aria-label={$i18n.t('Remove this tag from list')}
class="relative group/tags px-1.5 py-[0.5px] gap-0.5 flex justify-between h-fit max-h-fit w-fit items-center rounded-lg bg-gray-500/20 text-gray-700 dark:text-gray-200 transition cursor-pointer"
on:click={() => {