keep flashy map icon in feed

This commit is contained in:
2026-04-17 20:23:59 +02:00
parent 932f950ed8
commit 3416ace4ee
11 changed files with 41 additions and 13 deletions

View File

@@ -23,6 +23,11 @@ export default {
this.$refs[this.type=='marker'?'takenon':'postedon'].outerHTML +
this.$refs[this.type=='marker'?'postedon':'takenon'].outerHTML
;
},
methods: {
openMedia() {
this.$refs.link.click();
}
}
}
</script>
@@ -36,6 +41,7 @@ export default {
:data-id="options.id_media"
:data-title="title"
:data-orientation="options.rotate"
ref="link"
>
<img
:src="options.thumb_path"