logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: acc08932cdc704fd875fbd66180c08c13c243c5e
parent 74caf42ed779d5218937afcddd6b8d9509006e81
Author: Shpuld Shpuldson <shp@cock.li>
Date:   Thu, 25 Feb 2021 17:32:54 +0200

save a few characters

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 @@ -221,7 +221,7 @@ const EmojiInput = { if (this.showPicker) { this.scrollIntoView() this.$refs.picker.startEmojiLoad() - this.$nextTick(() => this.focusPickerInput()) + this.$nextTick(this.focusPickerInput) } }, replace (replacement) {