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
Not a very visual error, yet worth preventing I suppose
Steps to reproduce
Press Ctrl + v on a freshly reloaded page (e.g. personal space root)
Nothing happens in the UI, TypeError: u is undefined error in pasteSelectedFiles on browser console
Expected behaviour
No console error, maybe display a message to the user about not being able to paste zero files? @tbsbdr could be nice, don't know of an app/OS that does this though
The text was updated successfully, but these errors were encountered:
display a message to the user about not being able to paste zero files
I would recommend to stay silent in the ui because users are likely to not expect a message at that point, because - as you say - they are not used to it.
Not a very visual error, yet worth preventing I suppose
Steps to reproduce
Ctrl
+v
on a freshly reloaded page (e.g. personal space root)TypeError: u is undefined
error in pasteSelectedFiles on browser consoleExpected behaviour
No console error, maybe display a message to the user about not being able to paste zero files? @tbsbdr could be nice, don't know of an app/OS that does this though
The text was updated successfully, but these errors were encountered: