marinofaggiana 4 年之前
父節點
當前提交
36fedc2b51
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      iOSClient/Main/Collection/NCCollectionViewCommon.swift

+ 4 - 0
iOSClient/Main/Collection/NCCollectionViewCommon.swift

@@ -722,6 +722,10 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
         }
         
         UIPasteboard.general.setItems(items, options: [:])
+        
+        if isEditMode {
+            tapSelect(sender: self)
+        }
     }
     
     @objc func pasteFilesMenu(_ notification: Any) {