Przeglądaj źródła

Check for renderer before attempting resize.

pull/632/merge
Matthew Petroff 6 lat temu
rodzic
commit
6075298162
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      src/js/pannellum.js

+ 2
- 1
src/js/pannellum.js Wyświetl plik

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

/**


Ładowanie…
Anuluj
Zapisz