mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -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" />
|
<MkUserName :user="$i" />
|
||||||
</div>
|
</div>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<div class="content">
|
<div class="content advancedMfm animatedMfm">
|
||||||
<Mfm :text="preprocess(text).trim()" :author="$i" :i="$i" />
|
<Mfm :text="preprocess(text).trim()" :author="$i" :i="$i" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -20,8 +20,6 @@ const props = defineProps<{
|
||||||
note: misskey.entities.Note;
|
note: misskey.entities.Note;
|
||||||
pinned?: boolean;
|
pinned?: boolean;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const showContent = $ref(false);
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
Loading…
Reference in a new issue