From c9149b433f897dfa43cffe987b99291d488d6876 Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:53:33 +0800 Subject: [PATCH] docs(projects): clarify row action navigation comment Co-authored-by: multica-agent --- packages/views/projects/components/projects-page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/views/projects/components/projects-page.tsx b/packages/views/projects/components/projects-page.tsx index f561a690b..3417cadeb 100644 --- a/packages/views/projects/components/projects-page.tsx +++ b/packages/views/projects/components/projects-page.tsx @@ -209,8 +209,8 @@ function ProgressRing({ project }: { project: Project }) { ); } -// Interactive cell wrapper: the inline pickers live in a non-navigating row, -// so they need no stopPropagation, but keep edits from bubbling oddly. +// Compact rows own whole-row navigation; callers stop propagation around this +// menu so action clicks do not bubble into the rowLink handler. function ProjectRowActions({ project, pinned,