fix text selection for greentext

This commit is contained in:
plebeius.eth
2023-06-23 15:37:46 +02:00
parent ab62e82443
commit 1c214ebf5c
2 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -1754,7 +1754,7 @@ const Board = () => {
ref={el => {
quoteRefs.current[reply.cid] = el;
}}
onClick={(event) => handleQuoteClick(reply, shortParentCid, event)}
onClick={() => handleQuoteClick(reply, shortParentCid, null)}
onMouseOver={(event) => {
event.stopPropagation();
handleQuoteHover(reply, shortParentCid, () => {