|
@@ -1581,10 +1581,10 @@ NSNotificationName const KMPDFViewTableAnnotationDidChangeNotification = @"KMPDF
|
|
|
annotation.contents = listEditAnnotationViewController.contentString;
|
|
|
[self setNeedsDisplayAnnotation:annotation];
|
|
|
} else {
|
|
|
- if([self.activeAnnotations containsObject:annotation]) {
|
|
|
- [self.activeAnnotations removeObject:annotation];
|
|
|
- }
|
|
|
- [self removeAnnotation:annotation];
|
|
|
+// if([self.activeAnnotations containsObject:annotation]) {
|
|
|
+// [self.activeAnnotations removeObject:annotation];
|
|
|
+// }
|
|
|
+// [self removeAnnotation:annotation];
|
|
|
}
|
|
|
} else {
|
|
|
annotation.contents = listEditAnnotationViewController.contentString;
|