Explorar el Código

【fix】【签名】App Store点击编辑工具弹出对比弹窗后,点击页面编辑,此时会直接弹出测量的弹窗

tangchao hace 6 meses
padre
commit
1e3534bfb6

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

@@ -944,7 +944,7 @@ import Cocoa
             guideWC.show()
             
         } else if showType == .pdfCompareGuide && KMGuideInfoWindowController.availableShow(.pdfCompareGuide) {
-            DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 1) {
+            DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.2) {
                 self.guideInfoWindowController = KMGuideInfoWindowController.currentWC()
                 guard let guideWC = self.guideInfoWindowController else { return }