|
@@ -94,7 +94,7 @@
|
|
|
// if ((self.toolMode == CEditPDFToolMode) && (self.annotationType == CAnnotationTypeAddText || self.annotationType == CAnnotationTypeAddImage)) {
|
|
|
// [[NSNotificationCenter defaultCenter] postNotificationName:@"CEditPDFToolModeChangeStateUnkown" object:self];
|
|
|
// }
|
|
|
-// [self setAnnotationType:CAnnotationTypeUnkown];
|
|
|
+ [self setAnnotationType:CAnnotationTypeUnkown];
|
|
|
} else if(self.activeAnnotations.count > 0 && eventChar == CPDFListEscapeCharacter){
|
|
|
[self updateActiveAnnotations:@[]];
|
|
|
[self setNeedsDisplayAnnotationViewForVisiblePages];
|