diff --git a/src/shapes/VideoChatShapeUtil.tsx b/src/shapes/VideoChatShapeUtil.tsx index 58855ad..655388d 100644 --- a/src/shapes/VideoChatShapeUtil.tsx +++ b/src/shapes/VideoChatShapeUtil.tsx @@ -235,6 +235,8 @@ export class VideoChatShape extends BaseBoxShapeUtil { left: 0, right: 0, bottom: 0, + // Only enable pointer events when selected, so canvas can pan when not selected + pointerEvents: isSelected ? "all" : "none", }} allow="camera; microphone; fullscreen; display-capture; autoplay; clipboard-write" referrerPolicy="no-referrer-when-downgrade"