Skip to content

Commit

Permalink
Assign tabIndex by order
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 1, 2017
1 parent f86de14 commit 290314c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/modes/visual-editor/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class VisualEditorBlock extends wp.element.Component {
return (
<div
ref={ this.bindBlockNode }
tabIndex="0"
tabIndex={ order }
onFocus={ onSelect }
onBlur={ this.maybeDeselect }
onKeyDown={ onStartTyping }
Expand Down

0 comments on commit 290314c

Please sign in to comment.