|
@@ -60,6 +60,7 @@ export default class Tags extends Emiter {
|
|
|
// let atv = this.app.krpanoDom.get("curscreen_atv");
|
|
|
// krpano.call("screentosphere(curscreen_x, curscreen_y, curscreen_ath, curscreen_atv);");
|
|
|
const hotspot = convertJQHotspot(param);
|
|
|
+ if (!hotspot) return;
|
|
|
// debugger;
|
|
|
const hotspotStyle = Object.values(hotspot.style);
|
|
|
const hotspotString = hotspotStyle.join('|');
|