Open clicked links the statusnet_html in a new window.

This commit is contained in:
Roger Braun 2017-02-19 12:58:25 +01:00
parent 73f46bfba6
commit 04c4ad9a65
4 changed files with 12 additions and 2 deletions

View file

@ -18,7 +18,7 @@
<span v-if="type === 'unknown'">Don't know how to display this...</span>
<div v-if="type === 'html' && attachment.oembed" class="oembed">
<div @click.prevent="linkClicked" v-if="type === 'html' && attachment.oembed" class="oembed">
<div v-if="attachment.thumb_url" class="image">
<img :src="attachment.thumb_url"></img>
</div>