Ver código fonte

【综合】文本编辑补充退出时取消光标

tangchao 1 ano atrás
pai
commit
36d13a9367

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

@@ -1201,6 +1201,7 @@ import Cocoa
                     self?.rightSideViewController.isHidden = true
                     self?.listView.setShouAddEdit([])
                     self?.listView.change([.text, .image])
+                    self?.listView.clearEditingSelectCharItem()
                     self?.listView.annotationType = .editTextImage
                     self?.closeRightPane()
                 }