download pdf file fixes

This commit is contained in:
10G Meow 2022-02-13 11:31:41 +02:00
parent 66f18a7df2
commit 339452e607
3 changed files with 11 additions and 7 deletions

View file

@ -12,14 +12,14 @@
</div>
<div class="message">
<span>File: </span>
<span>{{ $t('message.file_prefix') }}</span>
<span
style="cursor: pointer"
@click.stop="$emit('download')"
v-html="linkify($sanitize(messageText))"
/>
<span class="edit-marker" v-if="event.replacingEventId()"
>{{ $t('edited') }}</span
>{{ $t('message.edited') }}</span
>
</div>
</div>