Fix animated MFM not playing in posting form preview
This commit is contained in:
parent
e1279b4abe
commit
c25b80d39a
|
@ -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 New Issue