Fixes Crop module (#803)

This commit is contained in:
aashna27
2019-02-21 05:59:48 +05:30
committed by Jeffrey Warren
parent 194e6fc441
commit cc0c5411d9
5 changed files with 4863 additions and 4848 deletions

View File

@@ -276,7 +276,7 @@ function DefaultHtmlStepUi(_sequencer, options) {
function onRemove(step) {
step.ui.remove();
$("#steps .container:nth-last-child(1) .insert-step").prop('disabled',true);
$('div[class^=imgareaselect-]').remove();
$('div[class*=imgareaselect-]').remove();
}
function getPreview() {