File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
38
38
- In the activity of food chain, the picture of frog shows incomplete #1191
39
39
- Unusual Draw in Chess Activity #1678
40
40
- Pressing the start button in ColorMyWorld activity immediately shows "Congratulations! You finished!" #1691
41
+ - Broken dialog box on first screen tutorial #1418
41
42
42
43
## [ 1.8.0] - 2024-04-10
43
44
### Added
Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ define([], function () {
18
18
var gotoStep = undefined ;
19
19
tutorial . activityId = null ;
20
20
tour = introJs ( ) . setOptions ( {
21
- tooltipClass : 'customTooltip' ,
22
- prevLabel : prevString ,
23
- nextLabel : nextString ,
24
- exitOnOverlayClick : false ,
25
- nextToDone : false ,
26
- showBullets : false
21
+ tooltipClass : 'customTooltip' ,
22
+ prevLabel : prevString ,
23
+ nextLabel : nextString ,
24
+ exitOnOverlayClick : false ,
25
+ nextToDone : false ,
26
+ showBullets : false ,
27
+ disableInteraction : true ,
27
28
} ) ;
28
29
tour . onafterchange ( function ( ) {
29
30
var color = this . _introItems [ this . _currentStep ] . iconColor ;
You can’t perform that action at this time.
0 commit comments