fix(web): keep segmented timeline allocations actionable
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user