瀏覽代碼

Check for renderer before attempting resize.

pull/632/merge
Matthew Petroff 6 年之前
父節點
當前提交
6075298162
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      src/js/pannellum.js

+ 2
- 1
src/js/pannellum.js 查看文件

@@ -2882,7 +2882,8 @@ this.removeHotSpot = function(hotSpotId, sceneId) {
* @instance
*/
this.resize = function() {
onDocumentResize();
if (renderer)
onDocumentResize();
}

/**


Loading…
取消
儲存