marinofaggiana 4 жил өмнө
parent
commit
36fedc2b51

+ 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) {