mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Fix animated MFM not playing in posting form preview
This commit is contained in:
parent
367190c39c
commit
fbaade84f4
2 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
<MkUserName :user="$i" />
|
||||
</div>
|
||||
<div class="body">
|
||||
<div class="content">
|
||||
<div class="content advancedMfm animatedMfm">
|
||||
<Mfm :text="preprocess(text).trim()" :author="$i" :i="$i" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -20,8 +20,6 @@ const props = defineProps<{
|
|||
note: misskey.entities.Note;
|
||||
pinned?: boolean;
|
||||
}>();
|
||||
|
||||
const showContent = $ref(false);
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
|
Loading…
Reference in a new issue