@@ -233,6 +233,10 @@
}
+- (id)copy {
+ return [[[self class] alloc] initPDFListViewNoteWithDocument:self.page.document subType:self.subType string:self.contents bounds:self.bounds];
+}
+
#pragma mark - Init Methods
- (id)initPDFListViewNoteWithDocument:(CPDFDocument *)document subType:(CAnnotationType)subType string:(nonnull NSString *)string bounds:(NSRect)bounds {