Skip to content
Snippets Groups Projects

step 3 of drug scenario does not clear search when going back

Merged David Hoksza requested to merge pdmap-scenario into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -118,7 +118,7 @@ function initializeStoryContet($introContainer, params){
let stepsToCarryOut = [];
if (this._direction == 'backward') {
if (this._currentStep == 2 || this._currentStep == 1) {
if (this._currentStep == 1) {
stepsToCarryOut.push(0)
}
Loading