diff --git a/src/components/project.vue b/src/components/project.vue index 7fa76e6..1d10492 100644 --- a/src/components/project.vue +++ b/src/components/project.vue @@ -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; } },