|
@@ -22667,9 +22667,11 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.updateHotVisible()
|
|
|
Hot.updateVisibles([this.currentPano])
|
|
|
this.modeTran = "panorama-panorama"
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ setTimeout(()=>{
|
|
|
+ for(var i in this.model.hots){
|
|
|
+ this.model.hots[i].updateTitle()
|
|
|
+ }
|
|
|
+ },1000)
|
|
|
return this.mode = u.PANORAMA,
|
|
|
e.floor.enter(this.mode),
|
|
|
this.emit(w.PanoChosen, this.currentPano, this.currentPano),
|