mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 07:57:45 +01:00
Fixes for code review comments.
This commit is contained in:
parent
315a9b82c0
commit
0661899d54
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class JSONEditor extends React.Component {
|
|||
}
|
||||
|
||||
return <div className="JSONEditor" onPointerDown={this.onPointerDown} aria-hidden="true">
|
||||
<div class={classnames("JSONEditor__message", {"JSONEditor__message--on": showMessage})}>
|
||||
<div className={classnames("JSONEditor__message", {"JSONEditor__message--on": showMessage})}>
|
||||
Press <kbd>ESC</kbd> to lose focus
|
||||
</div>
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue