@@ -808,7 +808,7 @@ class KMPDFThumbViewBaseController: KMBaseViewController {
var newIndexs = IndexSet()
for i in indexs {
- if let _ = self.thumbnailView.document?.page(at: UInt(i)).copy() as? CPDFPage {
+ if let _ = self.thumbnailView.document?.page(at: UInt(i)) as? CPDFPage {
newIndexs.insert(i)
}