소스 검색

Fix bug related to removing hot spots.

pull/723/head
Matthew Petroff 7 년 전
부모
커밋
f0a7fcf02c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/js/pannellum.js

+ 2
- 2
src/js/pannellum.js 파일 보기

@@ -1736,7 +1736,7 @@ function createHotSpots() {
}

/**
* Destroys currently create hot spot elements.
* Destroys currently created hot spot elements.
* @private
*/
function destroyHotSpots() {
@@ -1750,7 +1750,7 @@ function destroyHotSpots() {
current = current.parentNode;
}
renderContainer.removeChild(current);
delete hs.div;
delete hs[i].div;
}
}
}


불러오는 중...
취소
저장