Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap Model On Close, Crop popup issue on Close #90

Open
tutorialdrive opened this issue May 9, 2017 · 2 comments
Open

Bootstrap Model On Close, Crop popup issue on Close #90

tutorialdrive opened this issue May 9, 2017 · 2 comments

Comments

@tutorialdrive
Copy link

When I open crop image in bootstrap, its working fine (image 1).

Image 1
issue_20170905_arfurniture_2

But when I close model (by pressing close button) mode goes close but crop selection still there.
Please refer image 2.

Image 2
issue_20170905_arfurniture

I can drag selection area after that and it change values as well. Please refer image 3

Image 3
issue_20170905_arfurniture_1

@paulkd
Copy link

paulkd commented May 12, 2017

$('#your-image').imgAreaSelect({ remove: true });

@paulkd
Copy link

paulkd commented May 13, 2017

If you instantiate with
ias = $('#your-image').imgAreaSelect({ handles: true, ... more options ... });
you can also

ias.setOptions({hide: true});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants