-
+
{[
- { id: 'top-left', label: 'TL' }, { id: 'top-right', label: 'TR' }, { id: 'center', label: 'CTR' },
- { id: 'bottom-left', label: 'BL' }, { id: 'bottom-right', label: 'BR' }
+ { id: 'top-left', label: 'TL' },
+ { id: 'top-right', label: 'TR' },
+ { id: 'center', label: 'CTR' },
+ { id: 'bottom-left', label: 'BL' },
+ { id: 'bottom-right', label: 'BR' },
].map((origin) => (
@@ -485,7 +519,9 @@ export function RecordModeOverlay() {