Browse Source

【综合】BOTA注释删除全部菜单问题修复

tangchao 1 year ago
parent
commit
48fd086d77

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

@@ -77,9 +77,9 @@ extension KMLeftSideViewController {
                         //                            continue;
                         //                        }
                         //                    }
-                        if anno is CPDFInkAnnotation {
-                            continue
-                        }
+//                        if anno is CPDFInkAnnotation {
+//                            continue
+//                        }
                         annotations.add(anno)
                     }
                 }