Format MFM in toast

This commit is contained in:
ThatOneCalculator 2023-01-13 10:46:01 -08:00
parent 2c69ff4c8f
commit 4be18774cc

View file

@ -2,7 +2,7 @@
<div class="mk-toast"> <div class="mk-toast">
<transition :name="$store.state.animation ? 'toast' : ''" appear @after-leave="emit('closed')"> <transition :name="$store.state.animation ? 'toast' : ''" appear @after-leave="emit('closed')">
<div v-if="showing" class="body _acrylic" :style="{ zIndex }"> <div v-if="showing" class="body _acrylic" :style="{ zIndex }">
<Mfm class="message" :text="message"/> <Mfm class="message" :text="message" :plain="true" :nowrap="nowrap"/>
</div> </div>
</transition> </transition>
</div> </div>