scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
874 stars 304 forks source link

Cancel select new image #158

Closed kulikalov closed 8 years ago

kulikalov commented 8 years ago

If I click 'select new image', the previous one is disappearing. So, if i will cancel image upload, i will see an empty space instead of previously uploaded image. Why the previous image being removed and how do i put it back?

UPDATE: sorry, my bad:

.cropit({
            imageState: { 
                src: this.props.image,
                imageBackground: true,
            },
            exportZoom: exportZoom
        });

imageState.src was incorrect

scottcheng commented 8 years ago

Seems like you solved it.