mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
@@ -147,6 +147,8 @@ export default {
|
||||
_pannellumViewer.removeScene(old_key);
|
||||
}
|
||||
|
||||
_pannellumViewer.resize();
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
|
||||
@@ -295,6 +295,7 @@ export function svgPanoramaxImages(projection, context, dispatch) {
|
||||
if (!service) return;
|
||||
|
||||
const frame = service.photoFrame();
|
||||
if (!frame) return;
|
||||
|
||||
// update viewfield rotation
|
||||
_viewerYaw = frame.getYaw();
|
||||
|
||||
Reference in New Issue
Block a user