Move map with lightbox
This commit is contained in:
@@ -132,7 +132,7 @@ export default {
|
||||
hasVideo: true,
|
||||
onMediaChange: (oMedia) => {
|
||||
this.hash.items = [this.currProject.codename, 'media', oMedia.id];
|
||||
if(oMedia.set == 'post-medias') this.goToPost('media', oMedia.id);
|
||||
if(oMedia.set == 'post-medias') this.goToPost('media', oMedia.id)?.panMapToMarker();
|
||||
},
|
||||
onClosing: () => {this.hash.items = [this.hash.items[0]];}
|
||||
});
|
||||
@@ -398,8 +398,6 @@ export default {
|
||||
- parseFloat(getComputedStyle(this.$refs.feedSimpleBar.$el).paddingTop)
|
||||
);
|
||||
|
||||
//this.hash.items = [this.hash.items[0]];
|
||||
|
||||
return oRef;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user