Skip to content

Commit

Permalink
fix: make targetId in PreparedCopyItemOptionsArg optional (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
mournfulCoroner authored Sep 23, 2024
1 parent 8bbf91c commit c8c0a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OverlayControls/OverlayControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type PreparedCopyItemOptionsArg = Pick<ConfigItem, 'data' | 'type' | 'defaults'
w: number;
h: number;
};
targetId: string;
targetId?: string;
targetInnerId?: string;
};

Expand Down

0 comments on commit c8c0a83

Please sign in to comment.