From 0fdd39b39180ebc6184fc1ff40c9e8a1223ea29b Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 29 Jul 2024 13:04:02 +0200 Subject: [PATCH] fixed tag keyboard select heighlighting --- src/Components/Templates/TagView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Templates/TagView.tsx b/src/Components/Templates/TagView.tsx index 832e8aa7..fe1f2a0f 100644 --- a/src/Components/Templates/TagView.tsx +++ b/src/Components/Templates/TagView.tsx @@ -6,7 +6,7 @@ export const TagView = ({tag, heighlight, onClick} : {tag: Tag, heighlight?: boo return ( // Use your imagination to render suggestions. -
+
{decodeTag(tag.name)}