Skip to content

Commit

Permalink
Add a proper space...
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jun 22, 2018
1 parent b1ccb89 commit 2f40ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/writing-flow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class WritingFlow extends Component {
// bubbling events from children to determine focus transition intents.
/* eslint-disable jsx-a11y/no-static-element-interactions */
return (
<div className="editor-writing-flow"role="application">
<div className="editor-writing-flow" role="application">
<div
ref={ this.bindContainer }
onKeyDown={ this.onKeyDown }
Expand Down

0 comments on commit 2f40ecb

Please sign in to comment.