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)
|
fields.filter((field) => field.type === FieldType.SIGNATURE)
|
||||||
.length === 0
|
.length === 0
|
||||||
)
|
)
|
||||||
createFieldForFreeSignature(e, page, props.recipient);
|
addFreeSignature(e, page, props.recipient);
|
||||||
}}
|
}}
|
||||||
onMouseUp={() => {}}
|
onMouseUp={() => {}}
|
||||||
onDelete={onDeleteHandler}
|
onDelete={onDeleteHandler}
|
||||||
@ -133,7 +133,7 @@ export default function PDFSigner(props: any) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function createFieldForFreeSignature(
|
function addFreeSignature(
|
||||||
e: any,
|
e: any,
|
||||||
page: number,
|
page: number,
|
||||||
recipient: any
|
recipient: any
|
||||||
|
|||||||
Reference in New Issue
Block a user