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