mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-21 02:23:30 +00:00
Merge pull request #4809 from fritruc/4804_Mapillary_photo_overlay_can_t_get_disabled
do not stop mapillary autoplaying if _mlyViewer is not initialized (closes #4804)
This commit is contained in:
@@ -491,7 +491,7 @@ export default {
|
||||
hideViewer: function() {
|
||||
_mlySelectedImage = null;
|
||||
|
||||
if (!_mlyFallback) {
|
||||
if (!_mlyFallback && _mlyViewer) {
|
||||
_mlyViewer.getComponent('sequence').stop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user