Drag and drop files (#283)
* Add file drop * Skip if no files are droped * Show the page is not accepting file on the welcome page
This commit is contained in:
@@ -108,6 +108,7 @@ const cons = {
|
||||
},
|
||||
roomsInput: {
|
||||
MESSAGE_SENT: 'MESSAGE_SENT',
|
||||
ATTACHMENT_SET: 'ATTACHMENT_SET',
|
||||
FILE_UPLOADED: 'FILE_UPLOADED',
|
||||
UPLOAD_PROGRESS_CHANGES: 'UPLOAD_PROGRESS_CHANGES',
|
||||
FILE_UPLOAD_CANCELED: 'FILE_UPLOAD_CANCELED',
|
||||
|
||||
Reference in New Issue
Block a user