1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2026-03-14 13:55:44 +01:00

attachement: readonly les champs du xml

This commit is contained in:
Gabriel Poma 2025-07-01 15:33:34 +02:00
commit d756be3409

View file

@ -82,6 +82,7 @@ async function loadPDF(pdfBlob) {
const newInput = addMetadata(treeKey.join(' « '), node.textContent.trim(), "text", false, true)
newInput.dataset.fromAttachment = value.filename
newInput.disabled = true
}
})
}