From 8da38ab2e485efefccd5016d55ac188b983f2ba8 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Fri, 28 Mar 2025 09:57:35 -0400 Subject: [PATCH] Prevent tooltip from appearing by default --- src/components/PageComponents/Map/NodeDetail.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/PageComponents/Map/NodeDetail.tsx b/src/components/PageComponents/Map/NodeDetail.tsx index 506b814d..4e57f75a 100644 --- a/src/components/PageComponents/Map/NodeDetail.tsx +++ b/src/components/PageComponents/Map/NodeDetail.tsx @@ -54,8 +54,11 @@ export const NodeDetail = ({ node }: NodeDetailProps) => {
- -
+ +
{ + // Required to prevent DM tooltip auto-appearing on creation + e.stopPropagation(); + }}> {node.user?.publicKey && node.user?.publicKey.length > 0 ? (