Account for thunks when figuring out which urls an event is on

This commit is contained in:
Jon Staab
2024-12-10 08:59:39 -08:00
parent 404dc94c34
commit 7e3cf94ee8
4 changed files with 60 additions and 48 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
<LongPress
data-event={event.id}
onLongPress={inert ? null : onLongPress}
class="group relative flex w-full cursor-default flex-col p-2 pb-3 text-left hover:z-feature">
class="group relative flex w-full cursor-default flex-col p-2 pb-3 text-left">
<div class="flex w-full gap-3 overflow-auto">
{#if showPubkey}
<Link external href={pubkeyLink(event.pubkey)} class="flex items-start">