|
@@ -77,6 +77,7 @@ static NSString *CPDFAnnotationPropertiesObservationContext = @"CPDFAnnotationPr
|
|
[self updateActiveAnnotations:@[]];
|
|
[self updateActiveAnnotations:@[]];
|
|
|
|
|
|
[self setNeedsDisplayForPage:page];
|
|
[self setNeedsDisplayForPage:page];
|
|
|
|
+ if(self.activeAnnotations.count > 0)
|
|
[page removeAnnotation:annotation];
|
|
[page removeAnnotation:annotation];
|
|
}
|
|
}
|
|
|
|
|