27-11-23
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user