Skip to content

Commit 2a0f372

Browse files
committed
minor
1 parent 558d515 commit 2a0f372

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/tours

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/tours/Manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ qx.Class.define("osparc.tours.Manager", {
192192
} else {
193193
targetWidget.execute();
194194
}
195-
setTimeout(() => this.__toStep(steps, idx), 100);
195+
setTimeout(() => this.__toStep(steps, idx), 150);
196196
} else {
197197
// target not found, move to the next step
198198
this.__toStepCheck(this.__currentIdx+1);

0 commit comments

Comments
 (0)