mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
🚚
This commit is contained in:
@ -115,7 +115,7 @@ export default function PDFSigner(props: any) {
|
||||
fields.filter((field) => field.type === FieldType.SIGNATURE)
|
||||
.length === 0
|
||||
)
|
||||
createFieldForFreeSignature(e, page, props.recipient);
|
||||
addFreeSignature(e, page, props.recipient);
|
||||
}}
|
||||
onMouseUp={() => {}}
|
||||
onDelete={onDeleteHandler}
|
||||
@ -133,7 +133,7 @@ export default function PDFSigner(props: any) {
|
||||
}
|
||||
}
|
||||
|
||||
function createFieldForFreeSignature(
|
||||
function addFreeSignature(
|
||||
e: any,
|
||||
page: number,
|
||||
recipient: any
|
||||
|
||||
Reference in New Issue
Block a user