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
In fact I don't know why :focus-within is added. This caused the black border box. Usually when I uploaded the file the box will be there until I clicked somewhere else.
I suggest to remove the
&:focus-within {
outline: 2px solid black;
}
Is there any concerns here?
Thank you and regards
The text was updated successfully, but these errors were encountered:
Hi, I find a bug that after I drag file it will remove a black border box.
I find the bug is added by this commit https://github.com/KarimMokhtar/react-drag-drop-files/commit/446e940b8e92064a999352b9e973934fd97a89cc
In fact I don't know why :focus-within is added. This caused the black border box. Usually when I uploaded the file the box will be there until I clicked somewhere else.
I suggest to remove the
Is there any concerns here?
Thank you and regards
The text was updated successfully, but these errors were encountered: