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
It would be nice for the FileDrop Action Example to visually indicate the filedragover event. Maybe by changing border or background color.
This would be especially useful if you have multiple FileDrop elements and windowDrop=false. With the visual indication the user knows for sure that s/he is dropping the file on an active element (and not just next to it).
It would be nice for the FileDrop Action Example to visually indicate the
filedragover
event. Maybe by changing border or background color.This would be especially useful if you have multiple
FileDrop
elements andwindowDrop=false
. With the visual indication the user knows for sure that s/he is dropping the file on an active element (and not just next to it).I tried to create a FileDrop Action Example with visual filedragenter but the
filedragover
event is lost when the file is moved over the cloud image or text within theFileDrop
element.The text was updated successfully, but these errors were encountered: