Ver a proveniência

Allow hot spots to be added before panorama is loaded (fixes #432).

pull/452/head
Matthew Petroff há 7 anos
ascendente
cometimento
0dda044374
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      src/js/pannellum.js

+ 2
- 1
src/js/pannellum.js Ver ficheiro

@@ -2667,7 +2667,8 @@ this.addHotSpot = function(hs, sceneId) {
if (sceneId === undefined || config.scene == sceneId) {
// Add to current scene
createHotSpot(hs);
renderHotSpot(hs);
if (loaded)
renderHotSpot(hs);
}
return this;
}


Carregando…
Cancelar
Guardar