This commit is contained in:
Jonathan Jenne
2023-11-27 16:36:23 +01:00
parent e52eca809e
commit 38577f66e0
8 changed files with 99 additions and 53 deletions

View File

@@ -29,8 +29,6 @@
isEditableAnnotation: function (annotation) {
// Check if the annotation is a signature
// This will allow new signatures, but not allow edits.
console.log(annotation.isSignature, annotation.description)
if (
annotation.isSignature ||
annotation.description == 'FRAME'
@@ -56,9 +54,6 @@
}
annotationRenderer(data) {
console.log(data)
console.log(data.annotation.toJS())
// leave everything as is
return null
}