diff --git a/apps/web/src/components/pr/pr-review-form.tsx b/apps/web/src/components/pr/pr-review-form.tsx index 3b7efc5c..a9252756 100644 --- a/apps/web/src/components/pr/pr-review-form.tsx +++ b/apps/web/src/components/pr/pr-review-form.tsx @@ -59,6 +59,7 @@ export function PRReviewForm({ owner, repo, pullNumber, participants }: PRReview const [isPending, startTransition] = useTransition(); const [error, setError] = useState(null); const panelRef = useRef(null); + const triggerRef = useRef(null); useClickOutside( panelRef, @@ -91,6 +92,7 @@ export function PRReviewForm({ owner, repo, pullNumber, participants }: PRReview return (
{open && ( -
+
{/* Toolbar + Textarea */}