Skip to content

Commit

Permalink
ui-spacetimechart: use paths layer for conflicts
Browse files Browse the repository at this point in the history
The overlay layer is rendered on top of the captions, which is
undesirable here.

Signed-off-by: Simon Ser <[email protected]>
  • Loading branch information
emersion authored and Akctarus committed Oct 21, 2024
1 parent 4c3d60a commit 87e47e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-spacetimechart/src/components/ConflictLayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ConflictLayer = ({ conflicts }: ConflictLayerProps) => {
[conflicts]
);

useDraw('overlay', drawConflictLayer);
useDraw('paths', drawConflictLayer);

return null;
};

0 comments on commit 87e47e8

Please sign in to comment.