mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 10:49:59 +01:00
Merge branch 'main' of https://github.com/publiclab/image-sequencer into local
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