소스 검색

Merge branch 'develop_PDFReaderProV4.6.1' of git.kdan.cc:Mac_PDF/PDF_Office into develop_PDFReaderProV4.6.1

tangchao 4 달 전
부모
커밋
a3d7c66df7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      PDF Office/PDF Master/Class/PDFTools/PageEdit/Controller/KMPDFEditViewController.swift

+ 2 - 0
PDF Office/PDF Master/Class/PDFTools/PageEdit/Controller/KMPDFEditViewController.swift

@@ -662,6 +662,8 @@ class KMPDFEditViewController: KMPDFThumbViewBaseController {
         let idx = max(0, indexpaths.item-1)
 //        self.pastePage(at: indexpaths.item)
         self.pastePage(at: idx)
+        
+        dealPdfDocumentDidEditCallback(type: .copy)
     }
     
     override func pastePage(at index: Int) {