rikimaru09-react-image-picker
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "rikimaru09-react-image-picker", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Picks images from gallery", | ||
@@ -5,0 +5,0 @@ "main": "dist/app.js", |
@@ -18,8 +18,2 @@ import React, { Component } from 'react'; | ||
componentWillReceiveProps(nextProps) { | ||
if(this.props.picked !== nextProps.picked) { | ||
this.setState({picked: nextProps.picked}); | ||
} | ||
} | ||
handleImageClick(image) { | ||
@@ -26,0 +20,0 @@ const { multiple, onPick } = this.props |
Sorry, the diff of this file is too big to display
293630
592