Browse Source

【fix】【注释】隐藏注释时,左侧注释列表面板未自动刷新

tangchao 6 months ago
parent
commit
ae1d5a8d5b

+ 1 - 0
PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift

@@ -2530,6 +2530,7 @@ extension KMMainViewController {
         //BOTA 注释列表显示隐藏
 //        self.leftSideViewController.annotationViewController.annotationShowState = self.listView.hideNotes ? .hidden : .none
 //        self.leftSideViewController.thumbnailViewController.annotationShowState = self.listView.hideNotes ? .hidden : .none
+        self.leftSideViewController.note_reloadDataIfNeed()
     }
     
     func closeTab(_ sender: NSNotification) -> Void {