2 Commits 88dbf83f8e ... a576602268

Tác giả SHA1 Thông báo Ngày
  liutian a576602268 fix: 修复选中注释及删除注释 API 问题 3 tuần trước cách đây
  liutian 88dbf83f8e fix: 修复选中注释及删除注释 API 问题 3 tuần trước cách đây
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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) {