2 Комити 88dbf83f8e ... a576602268

Аутор SHA1 Порука Датум
  liutian a576602268 fix: 修复选中注释及删除注释 API 问题 пре 3 недеља
  liutian 88dbf83f8e fix: 修复选中注释及删除注释 API 问题 пре 3 недеља
1 измењених фајлова са 4 додато и 1 уклоњено
  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) {