web/DropReceiver: remove aria-hidden
why the hell was it aria hidden
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
<div
|
||||
{id}
|
||||
role="region"
|
||||
aria-hidden="true"
|
||||
ondrop={(ev) => dropHandler(ev)}
|
||||
ondragover={(ev) => dragOverHandler(ev)}
|
||||
ondragend={() => {
|
||||
|
||||
Reference in New Issue
Block a user