Skip to content

Commit

Permalink
focusable bug for #949
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 23, 2019
1 parent 680b5f1 commit d22d5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/AccessiblePeer.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ define( function( require ) {
assert && assert( options.trailId === undefined, 'createElement will set optional trailId' );
options.trailId = trailId;

return AccessibilityUtil.createElement( tagName, false, options );
return AccessibilityUtil.createElement( tagName, focusable, options );
}

/**
Expand Down

0 comments on commit d22d5bb

Please sign in to comment.