From 243cb347d1c9903f52fbd3d2c495bc529c6662e7 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sun, 27 Jul 2025 22:24:25 +0800 Subject: [PATCH] style: update MentionNode styling --- src/components/PostEditor/PostTextarea/MentionNode.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/PostEditor/PostTextarea/MentionNode.tsx b/src/components/PostEditor/PostTextarea/MentionNode.tsx index a83991f6..bfcf6195 100644 --- a/src/components/PostEditor/PostTextarea/MentionNode.tsx +++ b/src/components/PostEditor/PostTextarea/MentionNode.tsx @@ -8,10 +8,7 @@ export default function MentionNode(props: NodeViewRendererProps & { selected: b return ( {'@'} {profile ? profile.username : formatUserId(props.node.attrs.id)}