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