fix(web): keep segmented timeline allocations actionable

This commit is contained in:
2026-04-01 08:54:15 +02:00
parent 6249f61ce1
commit 4edf3a32ac
5 changed files with 334 additions and 48 deletions
@@ -1146,7 +1146,10 @@ function renderProjectDragHandles(
e.stopPropagation();
if (suppressHoverInteractions) return;
onAllocationContextMenu(
{ allocationId: alloc.id, projectId: alloc.projectId },
{
allocationId: getPlanningEntryMutationId(alloc),
projectId: alloc.projectId,
},
e.clientX,
e.clientY,
);