diff --git a/app/scenes/Document/components/CommentThread.tsx b/app/scenes/Document/components/CommentThread.tsx index 82bb744e0..21b28ab1d 100644 --- a/app/scenes/Document/components/CommentThread.tsx +++ b/app/scenes/Document/components/CommentThread.tsx @@ -143,7 +143,7 @@ function CommentThread({ $focused={focused} $recessed={recessed} $dir={document.dir} - onPointerUp={handleClickThread} + onClick={handleClickThread} > {commentsInThread.map((comment, index) => { const firstOfAuthor = @@ -192,7 +192,7 @@ function CommentThread({ )} {!focused && !recessed && can.comment && ( - setAutoFocus(true)}>{t("Reply")}… + setAutoFocus(true)}>{t("Reply")}… )} );