From 648d3282a0ccbaa05fb6487409a5a67b36ed455f Mon Sep 17 00:00:00 2001 From: noah Date: Sun, 9 Jan 2022 11:19:01 +0900 Subject: [PATCH] Fix the popover event trigger for review comment --- ui/src/components/ReviewerList.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/ReviewerList.tsx b/ui/src/components/ReviewerList.tsx index 4a072b5e..1eaeb8a5 100644 --- a/ui/src/components/ReviewerList.tsx +++ b/ui/src/components/ReviewerList.tsx @@ -46,6 +46,7 @@ function ReviewItem(props: {review: Review}): JSX.Element { return comment !== ""? {comment}} >