mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 17:20:37 +01:00
Added aria-hidden to JSON editor message.
This commit is contained in:
parent
7db675e0d1
commit
9e1c0e4c82
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class JSONEditor extends React.Component {
|
|||
style.maxHeight = this.props.maxHeight;
|
||||
}
|
||||
|
||||
return <div className="JSONEditor" onPointerDown={this.onPointerDown}>
|
||||
return <div className="JSONEditor" onPointerDown={this.onPointerDown} aria-hidden="true">
|
||||
<div class={classnames("JSONEditor__message", {"JSONEditor__message--on": showMessage})}>
|
||||
Press <kbd>ESC</kbd> to lose focus
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue