diff --git a/apps/client/src/components/editor/projection/WallProjectionView.tsx b/apps/client/src/components/editor/projection/WallProjectionView.tsx index c54067f..b56bb6b 100644 --- a/apps/client/src/components/editor/projection/WallProjectionView.tsx +++ b/apps/client/src/components/editor/projection/WallProjectionView.tsx @@ -554,6 +554,7 @@ export function WallProjectionView({ width={width} height={height} fill={isHighlighted ? colors.canvasBgHighlight : colors.canvasBg} + listening={false} /> {/* Pan group: all content shifts with viewPan */}