When unpinning a shape, the previous code set pinnedAtZoom, originalX, and originalY to undefined in shape.meta. This caused a ValidationError because tldraw requires JSON serializable values (undefined is not valid JSON). Fixed by using object destructuring to exclude these properties from meta instead of setting them to undefined. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| useAdvancedSpeakerDiarization.ts | ||
| useCameraControls.ts | ||
| useLiveImage.tsx | ||
| useMaximize.ts | ||
| usePinnedToView.ts | ||
| usePrivateWorkspace.ts | ||
| useWebSpeechTranscription.ts | ||
| useWhisperTranscriptionSimple.ts | ||