Skip to content

Commit

Permalink
fix video example
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Apr 22, 2019
1 parent c0c5fde commit bcbf904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Exotic.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Video extends React.Component {
return (
<div>
<button onClick={this.toggle}>!ACTIVATE THE TRAP!</button>
<FocusLock disabled={disabled} whiteList={node => { console.log(node); return false; }}>
<FocusLock disabled={disabled} _whiteList={node => { console.log(node); return false; }}>

<button onClick={this.toggle}>deactivate</button>

Expand Down

0 comments on commit bcbf904

Please sign in to comment.