logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 4db7f07421a6dc49f07dee9140a024ef5195a934
parent 0d6435261ef3e91c06fe34cc8bf72ff1b30078c2
Author: tusooa <tusooa@kazv.moe>
Date:   Thu, 24 Nov 2022 23:26:31 -0500

Make autocomplete items buttons

Diffstat:

Msrc/components/emoji_input/emoji_input.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/emoji_input/emoji_input.vue b/src/components/emoji_input/emoji_input.vue @@ -53,6 +53,7 @@ v-for="(suggestion, index) in suggestions" :key="index" class="autocomplete-item" + role="button" :class="{ highlighted: index === highlighted }" @click.stop.prevent="onClick($event, suggestion)" >