mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 20:00:05 +01:00
removed crop div (#623)
This commit is contained in:
committed by
Jeffrey Warren
parent
20d49456fd
commit
ef4a4d3055
@@ -241,6 +241,7 @@ function DefaultHtmlStepUi(_sequencer, options) {
|
|||||||
function onRemove(step) {
|
function onRemove(step) {
|
||||||
step.ui.remove();
|
step.ui.remove();
|
||||||
$("#steps .container:nth-last-child(1) .insert-step").prop('disabled',true);
|
$("#steps .container:nth-last-child(1) .insert-step").prop('disabled',true);
|
||||||
|
$('div[class^=imgareaselect-]').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
function getPreview() {
|
function getPreview() {
|
||||||
|
|||||||
Reference in New Issue
Block a user