Skip to content

Commit

Permalink
fix: only inject file if presentation has been computed (save some cy…
Browse files Browse the repository at this point in the history
…cles)
  • Loading branch information
valeriansaliou committed Mar 24, 2024
1 parent 205a41d commit a9d33e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/messaging/messaging.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@

<template id="template-message-part-file">
<span
v-if="presentation"
:class="[
'message-file-inner',
{
Expand Down

0 comments on commit a9d33e8

Please sign in to comment.