Browse Source

【综合】Form表单点击展开优化

niehaoyu 7 months ago
parent
commit
db913cc7b2

+ 3 - 3
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/KMRightSideViewController.swift

@@ -367,9 +367,9 @@ class KMRightSideViewController: NSViewController,CipherTextViewDelegate {
             self.contextBox.contentView = self.annotationProperties.view
         }
         let editAnnotation: CPDFAnnotation = notification.object as! CPDFAnnotation
-//        if self.mainController?.model.rightPanelIsOpen == false {
-            self.mainController?.toggleRightPane() 
-//        }
+        if self.mainController?.model.rightPanelIsOpen == false {
+            self.mainController?.openRightPane()
+        }
         self.annotationProperties.mainController = self.mainController
         self.annotationProperties.isClickFormSignature = true;
         self.annotationProperties.annotations = [editAnnotation]