This PR resolves #31. Ultimately the issue seemed to be that the view mover used in the tour doesn't go away immediately (maybe until its current motion has resolved?). I'll think about if there's a better way to handle this in WWT in general, but for here we can just remove it ourselves (set__mover(null)).
This PR resolves #31. Ultimately the issue seemed to be that the view mover used in the tour doesn't go away immediately (maybe until its current motion has resolved?). I'll think about if there's a better way to handle this in WWT in general, but for here we can just remove it ourselves (
set__mover(null)
).