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