Skip to content

Commit

Permalink
fix: return focus by default
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Jan 21, 2019
1 parent 674f5f4 commit a525b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class ReactFocusOn extends Component<ReactFocusOnProps> {
gapMode={gapMode}
>
<ReactFocusLock
returnFocus
autoFocus={autoFocus}
onActivation={this.onActivation}
onDeactivation={this.onDeactivation}
Expand Down

0 comments on commit a525b4c

Please sign in to comment.