mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
fix bug preventing insert-step
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
This commit is contained in:
@@ -84,7 +84,7 @@ function IntermediateHtmlStepUi(_sequencer, step, options) {
|
||||
newStep = $(this).attr('data-value');
|
||||
insertStepSelect.val(newStep);
|
||||
selectNewStepUi();
|
||||
doIt(id);
|
||||
insert(id);
|
||||
$(this).removeClass('selected');
|
||||
});
|
||||
$(step.ui.querySelector("#insertStep select")).on('change', selectNewStepUi);
|
||||
|
||||
Reference in New Issue
Block a user