Skip to content

Commit

Permalink
issue: add onece option
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Sep 19, 2018
1 parent a23399b commit cae40da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/react-fade-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class extends Component {
};

render() {
const { lazy, src, className, ...props } = this.props;
const { once, lazy, src, className, ...props } = this.props;
const { loaded } = this.state;

return (
Expand Down

0 comments on commit cae40da

Please sign in to comment.