Robin
Results
1
comments of
Robin
I managed to fix this by adding: ``` if ([annotation.file.filePath isEqualToString:filePath]) { return annotation; } return nil; ``` in LazyPDFDataManater.m - (Annotation *)getAnnotation:(NSString *)filePath withPage:(NSNumber *)page Not sure this is...