docs(projects): clarify row action navigation comment

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
Naiyuan Qing
2026-06-15 18:53:33 +08:00
parent 638a576618
commit c9149b433f

View File

@@ -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,