We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558d515 commit 2a0f372Copy full SHA for 2a0f372
services/static-webserver/client/source/class/osparc/tours/Manager.js
@@ -192,7 +192,7 @@ qx.Class.define("osparc.tours.Manager", {
192
} else {
193
targetWidget.execute();
194
}
195
- setTimeout(() => this.__toStep(steps, idx), 100);
+ setTimeout(() => this.__toStep(steps, idx), 150);
196
197
// target not found, move to the next step
198
this.__toStepCheck(this.__currentIdx+1);
0 commit comments