From 078ba4cd358d2d8c12f70b188e49b74cebee23fd Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 10 Oct 2023 19:59:16 -0500 Subject: [PATCH] add tag highlighting back --- src/view/com/composer/text-input/TextInput.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 286e2762da..047907f13a 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -220,12 +220,11 @@ export const TextInput = forwardRef(function TextInputImpl( let i = 0 return Array.from(richtext.segments()).map(segment => { - const isTag = AppBskyRichtextFacet.isTag(segment.facet?.features?.[0]) return ( {segment.text}