فهرست منبع

【综合】注释列表过滤Form表单注释

tangchao 5 ماه پیش
والد
کامیت
c905ea1ec7

+ 5 - 0
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController+Note.swift

@@ -1102,6 +1102,11 @@ extension KMLeftSideViewController {
                         if annotationArray.contains(annotation) {
                             annotationArray.removeObject(annotation)
                         }
+                    } else if annotation.isForm() {
+                        annos.removeObject(annotation)
+                        if annotationArray.contains(annotation) {
+                            annotationArray.removeObject(annotation)
+                        }
                     }
                 }