From a92d30a521d7ad3a7477f84f658e0b3e023c794a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 6 Feb 2022 14:41:04 +0100 Subject: [PATCH] [ui] linkify upobj links even in edit mode --- webui/src/components/utils/Selector.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/src/components/utils/Selector.svelte b/webui/src/components/utils/Selector.svelte index 565cdca..17f62df 100644 --- a/webui/src/components/utils/Selector.svelte +++ b/webui/src/components/utils/Selector.svelte @@ -94,7 +94,7 @@ .includes(inputValue.toLowerCase()) ) .map(([addr, _]) => addr); - + if (exactHits.length) { exactHits.forEach((addr) => options.push({ @@ -174,7 +174,7 @@ {#if value?.t == "Address" && inputValue}
- +
(inputValue = "")} />