|
@@ -4919,7 +4919,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
if (!this.bounceable()) {
|
|
|
|
|
|
if(!this.currentItem) this.currentItem = []
|
|
|
- if(this.currentItem[0] != 0 || this.destinationItem[0]!= this.nItems-1){
|
|
|
+ if(this.player.model.mode == "panorama" && (this.currentItem[0] != 0 || this.destinationItem[0] != this.nItems-1)){
|
|
|
// 周恩光加 从当前pano进行自动导览
|
|
|
let currentPanoDestinations = this.panoIdMap.get(this.player.currentPano.id)
|
|
|
// this.model.heroLocations.forEach( (value, index) => {
|