From e04ac74831501f60f2611948c1ff824aec116f31 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Sat, 18 Feb 2023 17:16:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20draw=20fix=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/components/editor/signature-dialog.tsx | 1 + 1 file changed, 1 insertion(+) 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()); }}