mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
web/DropReceiver: remove aria-hidden
why the hell was it aria hidden
This commit is contained in:
parent
d337de1f63
commit
773d771c40
@ -36,7 +36,6 @@
|
|||||||
<div
|
<div
|
||||||
{id}
|
{id}
|
||||||
role="region"
|
role="region"
|
||||||
aria-hidden="true"
|
|
||||||
ondrop={(ev) => dropHandler(ev)}
|
ondrop={(ev) => dropHandler(ev)}
|
||||||
ondragover={(ev) => dragOverHandler(ev)}
|
ondragover={(ev) => dragOverHandler(ev)}
|
||||||
ondragend={() => {
|
ondragend={() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user