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:
Gabriel Ting
2019-02-01 11:28:49 -06:00
committed by Jeffrey Warren
parent fa047ce6a9
commit 3081dccf19
6 changed files with 25 additions and 4 deletions

View File

@@ -312,6 +312,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();