|
|
@@ -655,7 +655,7 @@ export default class CodeMirrorEditor extends AbstractEditor {
|
|
|
|
|
|
return (
|
|
|
<div className="overlay overlay-gfm-cheatsheet mt-1 p-3">
|
|
|
- {this.state.isSimpleCheatsheetShown
|
|
|
+ { this.state.isSimpleCheatsheetShown
|
|
|
? (
|
|
|
<div className="text-right">
|
|
|
{cheatsheetModalButton}
|
|
|
@@ -971,9 +971,9 @@ export default class CodeMirrorEditor extends AbstractEditor {
|
|
|
}}
|
|
|
/>
|
|
|
|
|
|
- {this.renderLoadingKeymapOverlay()}
|
|
|
+ { this.renderLoadingKeymapOverlay() }
|
|
|
|
|
|
- {this.renderCheatsheetOverlay()}
|
|
|
+ { this.renderCheatsheetOverlay() }
|
|
|
|
|
|
<GridEditModal
|
|
|
ref={this.gridEditModal}
|