Are you sure you want to delete this post?
>
) : null}
{comment.locked ? (
<>
>
) : null}
{}} key={`r-pm-${index}`} className="quotelink" ref={el => { quoteRefs.current[shortParentCid] = el; }} onClick={(event) => handleQuoteClick(reply, shortParentCid, event)} onMouseOver={(event) => { event.stopPropagation(); handleQuoteHover(reply, shortParentCid, () => { if (shortParentCid === comment.shortCid) { return; } else { setOutOfViewCid(reply.parentCid); const rect = quoteRefs.current[shortParentCid].getBoundingClientRect(); setOutOfViewPosition({ top: rect.top + window.scrollY - rect.height / 2, left: rect.left + rect.width + 5, }); } }); }} onMouseLeave={() => { removeHighlight(); setOutOfViewCid(null); }}> {`c/${shortParentCid}`}{shortParentCid === comment.shortCid ? " (OP)" : null}
{comment.content ? ( <>> ) : null}
handleQuoteClick(reply, shortParentCid, event)} onMouseOver={() => handleQuoteHover(reply, shortParentCid, (cid) => setOutOfViewCid(cid))} onMouseLeave={() => { removeHighlight(); setOutOfViewCid(null); }}> {`c/${shortParentCid}`}{shortParentCid === comment.shortCid ? " (OP)" : null}{reply.replyCount > 0 ? (