Browse Source

【注释】注释点击BOTA无响应修复

lizhe 1 year ago
parent
commit
3908432be3

+ 1 - 1
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Annotation/KMAnnotationViewController.swift

@@ -568,7 +568,7 @@ extension KMAnnotationViewController: KMAnnotationOutlineViewDelegate {
     func annotationOutlineView(_ outlineView: KMAnnotationOutlineView, didSelectItem: [KMBOTAAnnotationItem]) {
         self.localEvent = true
         self.updateListViewData(annotationItems: didSelectItem)
-//        self.localEvent = false
+        self.localEvent = false
     }
 }