|
@@ -223,7 +223,10 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
[self doFormWithEvent:theEvent];
|
|
|
} else {
|
|
|
[self doDragAddAnnotationWithEvent:theEvent];
|
|
|
- [super mouseDown:theEvent];
|
|
|
+ if (self.annotationType == CAnnotationTypeStamp ||
|
|
|
+ self.annotationType == CAnnotationTypeSignSignature) {
|
|
|
+ [super mouseDown:theEvent];
|
|
|
+ }
|
|
|
}
|
|
|
} else if ([self isSupportSelectAnnotation] && (area & CPDFImageArea) && CAnnotationTypeUnkown == self.annotationType) {
|
|
|
[self updateActiveAnnotations:@[]];
|