Robbie Wagner
Robbie Wagner
@doug0102 would you like to submit a PR with the fix? It looks like we do the tab focus trapping in the `onMount` of the modal, so you could do...
@doug0102 just wanted to follow up here. Would you be interested in opening a PR?
@chenjunkai-ones this is intentional, I believe. We want to start fresh when showing the steps again.
@EmNicholson93 can you investigate this?
@garyo does this work for you? `Shepherd.activeTour.getCurrentStep().el` I think we need to update the docs perhaps.
We need to update the docs around this. @xiwcx mind taking a look? We should just need to update https://shepherdjs.dev/docs/tutorial-04-cookbook.html with the correct code to get a progress indicator. Perhaps...
@sdraper69 `beforeShowPromise` should work for your use case. You can wait for your element to exist there, and then continue.
@sdraper69 ah, I see your point. I think we probably need some logic to say if the element was not found, skip the call to `_setupModal`. I am not sure...
@RafidMuhymin any chance we could merge #115 and release a new version? We really need support for Astro v1 here.
@MattX your version seems to be missing `destroy` so there is no way to remove it, right?