1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-23 14:45:09 +01:00
This commit is contained in:
Henry Jameson 2021-05-31 13:59:44 +03:00
parent 40ac9ef499
commit 159bbed2f9

View File

@ -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
})
},