revert 4795a501626414c898e8b9792431d96daff4c74a

revert Isolate text directions in posts
This commit is contained in:
Kainoa Kanter 2023-07-10 02:59:16 +00:00
parent 1924823fbf
commit ddf067941e

View file

@ -35,7 +35,7 @@
/> />
</p> </p>
<div class="wrmlmaau"> <div class="wrmlmaau">
<bdi <div
class="content" class="content"
:class="{ :class="{
collapsed, collapsed,
@ -154,7 +154,7 @@
v-model="showContent" v-model="showContent"
:note="note" :note="note"
/> />
</bdi> </div>
<MkButton <MkButton
v-if="hasMfm && defaultStore.state.animatedMfm" v-if="hasMfm && defaultStore.state.animatedMfm"
@click.stop="toggleMfm" @click.stop="toggleMfm"