logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: a35fa29a6b12d31f403327225d4b38787fe5a0b6
parent 9ab3f27f72c74a61763534eb53b92a3172bb5f5d
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Wed,  7 Sep 2022 18:36:27 -0400

Use textarea for note input

Diffstat:

Msrc/components/user_note/user_note.vue4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/user_note/user_note.vue b/src/components/user_note/user_note.vue @@ -30,11 +30,11 @@ </button> </div> </div> - <input + <textarea v-show="editing" v-model="localNote" class="note-text" - > + /> <span v-show="!editing" class="note-text"