mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 03:10:03 +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
1
dist/image-sequencer-ui.js
vendored
1
dist/image-sequencer-ui.js
vendored
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user