mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
fixes #4804: do not stop mapillary autoplaying if _mlyViewer is not initialized
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