|
@@ -12,6 +12,7 @@
|
|
|
|
|
|
#import "CPDFViewBaseController.h"
|
|
|
#import "CDocumentPasswordViewController.h"
|
|
|
+#import "CPDFListView+UndoManager.h"
|
|
|
|
|
|
#import <ComPDFKit/ComPDFKit.h>
|
|
|
#import <compdfkit_tools/compdfkit_tools.h>
|
|
@@ -506,6 +507,7 @@
|
|
|
} else {
|
|
|
[self.pdfListView updateActiveAnnotations:[NSMutableArray array]];
|
|
|
self.pdfListView.document = document;
|
|
|
+ [self.pdfListView registerAsObserver];
|
|
|
[self selectDocumentRefresh];
|
|
|
}
|
|
|
|