mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Added line that selects the "More modules..." after adding a step. (#713)
* Added line making module selection correct after adding a step * Added line with appropriate module selection
This commit is contained in:
committed by
Jeffrey Warren
parent
fa047ce6a9
commit
3081dccf19
@@ -59,6 +59,7 @@ function DefaultHtmlSequencerUi(_sequencer, options) {
|
||||
.addSteps(newStepName, options)
|
||||
.run({ index: _sequencer.images.image1.steps.length - sequenceLength - 1 });
|
||||
$(addStepSel + " .info").html("Select a new module to add to your sequence.");
|
||||
$(addStepSel + " select").val("none");
|
||||
|
||||
//enable save-sequence button if disabled initially
|
||||
handleSaveSequence();
|
||||
|
||||
Reference in New Issue
Block a user