FixedJuly 7, 2026
Draggable overlays on sandboxed content now work
Comment pins, annotations, and other draggable UI layered over sandboxed content (like presentation decks) previously broke because pointer events were swallowed the instant the cursor left the drag handle — pins would trail the cursor forever without dropping. The SDK now documents the pointer-capture pattern needed to make these drags work reliably, with an annotation-pins example the code generator can follow.