We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7909780 commit 9e91af6Copy full SHA for 9e91af6
packages/feedback/src/screenshot/components/Crop.tsx
@@ -51,7 +51,7 @@ interface FactoryParams {
51
options: FeedbackInternalOptions;
52
}
53
54
-export default function CropFactory({ h, hooks, options}: FactoryParams): (props: {
+export default function CropFactory({ h, hooks, options }: FactoryParams): (props: {
55
action: 'crop' | 'annotate' | '';
56
imageBuffer: HTMLCanvasElement;
57
croppingRef: Hooks.Ref<HTMLCanvasElement>;
0 commit comments