* Show the tutorial
()
| 114 | * Show the tutorial |
| 115 | */ |
| 116 | show(): void { |
| 117 | if (!this.overlay) return; |
| 118 | |
| 119 | this.currentStep = 0; |
| 120 | this.renderDots(); |
| 121 | this.renderStep(); |
| 122 | this.overlay.style.display = 'flex'; |
| 123 | } |
| 124 | |
| 125 | /** |
| 126 | * Go to previous step |
no test coverage detected