Fix enter selecting an option when there is no term. Closes #84

This commit is contained in:
Jon Staab
2026-02-25 10:01:08 -08:00
parent c970038943
commit 3da0334083
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
import {getTagValue, getTagValues, getAddress} from "@welshman/util"
import {pubkey} from "@welshman/app"
import Pen2 from "@assets/icons/pen-2.svg?dataurl"
import {normalizeTopic} from '@lib/util'
import {normalizeTopic} from "@lib/util"
import Link from "@lib/components/Link.svelte"
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"