Skip to content

Commit

Permalink
update tabIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
olmobrutall committed Dec 21, 2018
1 parent eff9bcf commit a46b60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Signum.React/Scripts/Lines/EntityLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class EntityLine extends EntityBase<EntityLineProps, EntityLineState> {
);
} else {
return (
<span tabIndex="0" ref={e => this.setLinkOrSpan(e)} className={classes(s.ctx.formControlClass, "sf-entity-line-entity")} {...s.itemHtmlAttributes} >
<span tabIndex={0} ref={e => this.setLinkOrSpan(e)} className={classes(s.ctx.formControlClass, "sf-entity-line-entity")} {...s.itemHtmlAttributes}>
{str}
</span>
);
Expand Down

0 comments on commit a46b60e

Please sign in to comment.