diff --git a/apps/marketing/src/components/(marketing)/widget.tsx b/apps/marketing/src/components/(marketing)/widget.tsx index 24dff7235..e0e8170fa 100644 --- a/apps/marketing/src/components/(marketing)/widget.tsx +++ b/apps/marketing/src/components/(marketing)/widget.tsx @@ -351,6 +351,7 @@ export const Widget = ({ className, children, ...props }: WidgetProps) => {
e.stopPropagation()} + onKeyDown={(e) => e.stopPropagation()} >
- {!signatureText && signature && ( + {!signatureText && ( { setSignature(value); }} @@ -160,11 +161,7 @@ export const SigningForm = ({ document, recipient, fields }: SigningFormProps) = )} {signatureText && ( -

+

{signatureText}

)} @@ -173,10 +170,11 @@ export const SigningForm = ({ document, recipient, fields }: SigningFormProps) =
e.stopPropagation()} + onKeyDown={(e) => e.stopPropagation()} > - - {/*
- -
*/} + {signatureText && ( +
+ +
+ )}