diff --git a/apps/web/components/editor/signature-dialog.tsx b/apps/web/components/editor/signature-dialog.tsx index da3a54a0d..af935870f 100644 --- a/apps/web/components/editor/signature-dialog.tsx +++ b/apps/web/components/editor/signature-dialog.tsx @@ -126,6 +126,7 @@ export default function SignatureDialog(props: any) { className: "sigCanvas border-b b-2 border-slate w-full h-full mb-3", }} + clearOnResize={true} onEnd={() => { setSignatureEmpty(signCanvas?.isEmpty()); }}