* Hide the current step
()
| 258 | * Hide the current step |
| 259 | */ |
| 260 | hide() { |
| 261 | const currentStep = this.getCurrentStep(); |
| 262 | |
| 263 | if (currentStep) { |
| 264 | return currentStep.hide(); |
| 265 | } |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * Check if the tour is active |
no test coverage detected