소스 검색

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

tangchao 1 년 전
부모
커밋
48fd086d77
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController+Note.swift

+ 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)
                     }
                 }