Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: extra info highlight drawn below route
as showActiveRouteData is set in a timeout function in setActiveRouteIndex, the drawing of the normal route was delayed and drawn on top of the highlighted segments. This is fixed by creating the extra-info-highlight component only when displayActiveRouteData is true.
- Loading branch information