|
@@ -887,7 +887,8 @@ let KMColorPickerViewHeight: CGFloat = 64
|
|
|
if annotation is CPDFFreeTextAnnotation {
|
|
|
let textNote = (annotation as! CPDFFreeTextAnnotation)
|
|
|
if let isEdit = pdfView?.isEdit(withCurrentFreeText: textNote), isEdit {
|
|
|
- pdfView?.commitEditAnnotationFreeText(textNote)
|
|
|
+// pdfView?.commitEditAnnotationFreeText(textNote)
|
|
|
+ pdfView?.editAnnotationFreeText(textNote)
|
|
|
}
|
|
|
|
|
|
pdfView?.setNeedsDisplay(pdfView?.activeAnnotation)
|