|
@@ -125,7 +125,8 @@ private let KMPDFViewRedactAnnotationAcross = "KMPDFViewRedactAnnotationAcross"
|
|
|
|
|
|
@objc func deleteAnnotation(_ sender: NSMenuItem?) {
|
|
|
if let annotation = sender?.representedObject as? CPDFRedactAnnotation {
|
|
|
- removeAnnotation(annotation: annotation)
|
|
|
+ self.remove(annotation)
|
|
|
+// removeAnnotation(annotation: annotation)
|
|
|
}
|
|
|
}
|
|
|
|