mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 23:17:27 +00:00
Fixes for code review comments.
This commit is contained in:
@@ -161,7 +161,7 @@ class JSONEditor extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return <div className="JSONEditor" onPointerDown={this.onPointerDown} aria-hidden="true">
|
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
|
Press <kbd>ESC</kbd> to lose focus
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user