2 Commits 88dbf83f8e ... a576602268

Autor SHA1 Mensaje Fecha
  liutian a576602268 fix: 修复选中注释及删除注释 API 问题 hace 3 semanas
  liutian 88dbf83f8e fix: 修复选中注释及删除注释 API 问题 hace 3 semanas
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      packages/core/src/index.js

+ 4 - 1
packages/core/src/index.js

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