sebischair / amelietor

A simple web based prototype that highlightes architecture significant terms within entered software architecture description document. Software architecture alternatives and solutions suggested for each of the highlited terms
https://amelietor-9f8c3.firebaseapp.com/
MIT License
2 stars 2 forks source link

Tour guide couldn't mount on target #23

Closed jennyxu6 closed 6 years ago

jennyxu6 commented 6 years ago

For some pages, data elements are loaded after the page is mounted. This can take several seconds. But the tour guide is set to autostart right after the page is mounted, which throws a target not mounted error.

This issue can be solved by setting isRunning: true in the promise callback of data loading.