@@ -2064,7 +2064,10 @@ class ComPDFKitViewer {
}
handleCreateSignature(data) {
- this.addAnnotations(data)
+ this.eventBus.dispatch('annotationChange', {
+ type: 'add',
+ annotation: data
+ })
webViewerDistanceChanged(evt) {