Fix animated MFM not playing in posting form preview

This commit is contained in:
Freeplay 2023-06-05 11:33:48 -04:00
parent e1279b4abe
commit c25b80d39a
2 changed files with 1 additions and 3 deletions

View File

@ -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>

View File

@ -20,8 +20,6 @@ const props = defineProps<{
note: misskey.entities.Note;
pinned?: boolean;
}>();
const showContent = $ref(false);
</script>
<style lang="scss" scoped>