Add reply to long press menu

This commit is contained in:
Jon Staab
2025-01-28 09:47:11 -08:00
parent 1e7e439e3f
commit fb53e53411
4 changed files with 16 additions and 2 deletions
@@ -15,7 +15,7 @@
transition:slide>
<p class="text-primary">Replying to @{displayProfileByPubkey(event.pubkey)}</p>
{#key event.id}
<Content {event} minLength={100} maxLength={300} expandMode="disabled" />
<Content {event} hideMedia minLength={100} maxLength={300} expandMode="disabled" />
{/key}
<Button class="absolute right-2 top-2 cursor-pointer" on:click={clear}>
<Icon icon="close-circle" />