From 1dc3d12c1dfdc49a5faed4b73ca069771d395481 Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:52:41 +0100 Subject: [PATCH] Merge pull request #14746 from overleaf/td-review-panel-empty-comment-edit React review panel: populate comment box when editing GitOrigin-RevId: ba284bd419dd507eef17847b5f4c55b8fd8338f5 --- .../source-editor/components/review-panel/entries/comment.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/js/features/source-editor/components/review-panel/entries/comment.tsx b/services/web/frontend/js/features/source-editor/components/review-panel/entries/comment.tsx index bec6e40bab..80858aca9c 100644 --- a/services/web/frontend/js/features/source-editor/components/review-panel/entries/comment.tsx +++ b/services/web/frontend/js/features/source-editor/components/review-panel/entries/comment.tsx @@ -67,6 +67,7 @@ function Comment({ thread, threadId, comment }: CommentProps) { {editing ? ( e.stopPropagation()}