Skip to content

Commit

Permalink
hot-fix: make crossFrame optional
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Apr 17, 2020
1 parent aa76f77 commit 428db43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface ReactFocusLockProps<ChildrenType = React.ReactNode, LockProps=R
* - once enabled keep focus in the lock, no matter where lock is active (default)
* @default true
*/
crossFrame: boolean;
crossFrame?: boolean;

/**
* enables or disables autoFocusing feature.
Expand Down

0 comments on commit 428db43

Please sign in to comment.