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) {