mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-16 19:29:26 +02:00
docs(projects): clarify row action navigation comment
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user