|
@@ -156,9 +156,7 @@ class KMPDFThumbViewBaseController: KMBaseViewController {
|
|
|
|
|
|
// 插入文件事件
|
|
|
public func insertFileAction() {
|
|
|
- self.km_open_pdf_multi { index, params in
|
|
|
- KMPrint("")
|
|
|
- } completionBlock: { [unowned self] documents in
|
|
|
+ self.km_open_file_multi { [unowned self] documents in
|
|
|
var insertIndex = self.getInsertIndex()
|
|
|
var pages: Array<CPDFPage> = []
|
|
|
var indexs = IndexSet()
|