* setupModal create the modal container and instance
()
| 409 | * setupModal create the modal container and instance |
| 410 | */ |
| 411 | setupModal() { |
| 412 | const container = this.options.modalContainer || document.body; |
| 413 | this.modal = createShepherdModal(container); |
| 414 | } |
| 415 | |
| 416 | /** |
| 417 | * Called when `showOn` evaluates to false, to skip the step or complete/cancel the tour if there are no more steps |
no test coverage detected