logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 159bbed2f97345649abaf757f7b3b79d2dbd249b
parent 40ac9ef4993ecf4784abb8f38b12d0ecb7796458
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 31 May 2021 13:59:44 +0300

oops

Diffstat:

Msrc/components/emoji_input/emoji_input.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js @@ -268,7 +268,7 @@ const EmojiInput = { this.$nextTick(function () { // Re-focus inputbox after clicking suggestion // Set selection right after the replacement instead of the very end - // this.input.setSelectionRange(position, position) + this.input.setSelectionRange(position, position) this.caret = position }) },