You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, drag&drop is allowed, but when a user drops two images at once, only the first one will be uploaded. There is no warning.
Solutions: 1. Disable drag&drop 2. Leave drag&drop enabled and allow more images to be dropped (in that case we would probably need to use option (2) when dealing with #2177) 3. Leave drag&drop enabled, allow one image to be dropped and add some logic to communicate it to users - displaying a dialog with a warning that only a first file will be processed could be a simple solution?