mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
make sure viewer is visible before selecting photo
otherwise the newly selected photo is not displayed correctly when switching between regular and 360 photos see #10362
This commit is contained in:
@@ -501,8 +501,8 @@ export default {
|
||||
_currentFrame = d.isPano ? _pannellumFrame : _planeFrame;
|
||||
|
||||
_currentFrame
|
||||
.selectPhoto(d, true)
|
||||
.showPhotoFrame(wrap);
|
||||
.showPhotoFrame(wrap)
|
||||
.selectPhoto(d, true);
|
||||
});
|
||||
|
||||
function localeDateString(s) {
|
||||
|
||||
Reference in New Issue
Block a user