mapillary-js version: 2.10.0
Steps to Reproduce Behavior
- Increase play speed to max
- Play sequences (happens more often on panorama sequences) successively, navigate to a new sequence immediately after the current one reaches the last sequence node and start playing the new sequence.
Expected Behavior
DOM elements are responsive and represent the current state of the viewer.
Actual Behavior
Intermittently the DOM elements freezes and do not update when navigating to other nodes with e.g. keyboard commands. Once frozen the domRenderer.render$ subscription does not receive the emitted items. The viewer can not recover from this state.
mapillary-js version: 2.10.0
Steps to Reproduce Behavior
Expected Behavior
DOM elements are responsive and represent the current state of the viewer.
Actual Behavior
Intermittently the DOM elements freezes and do not update when navigating to other nodes with e.g. keyboard commands. Once frozen the
domRenderer.render$subscription does not receive the emitted items. The viewer can not recover from this state.