Prechádzať zdrojové kódy

【fix】【BOTA】打开文档时,不会自动展开侧边栏

tangchao 1 mesiac pred
rodič
commit
b274ad768e

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

@@ -594,7 +594,7 @@ import Cocoa
         if self.model.leftPanelOpen {
             return
         }
-        KMMainThreadExecute {
+        DispatchQueue.main.async {
             self.leftSideViewController.showThumbnail()
             self.toolbarController.findItem(KMLeftControlToolbarItemIdentifier)?.isSelected = true
         }