fix: canvas for drawing signature and clear signature position

This commit is contained in:
Ephraim Atta-Duncan
2024-01-16 02:40:43 +00:00
parent 075e15d428
commit 1d91a9e813
2 changed files with 20 additions and 17 deletions

View File

@ -351,6 +351,7 @@ export const Widget = ({ className, children, ...props }: WidgetProps) => {
<div
className="absolute inset-x-0 bottom-0 flex cursor-auto items-center justify-between px-4 pb-2"
onClick={(e) => e.stopPropagation()}
onKeyDown={(e) => e.stopPropagation()}
>
<Input
id="signatureText"