fix deck clickable articles

This commit is contained in:
Martti Malmi
2024-03-04 10:29:00 +02:00
parent 2f1f2a5e97
commit da099ca214
3 changed files with 5 additions and 3 deletions

View File

@ -149,7 +149,9 @@ export function LongFormText(props: LongFormTextProps) {
}
return (
<div className={classNames("long-form-note flex flex-col g16 p break-words")}>
<div
className={classNames("long-form-note flex flex-col g16 p break-words", { "cursor-pointer": props.isPreview })}
onClick={props.onClick}>
<ProfilePreview
pubkey={props.ev.pubkey}
actions={