This commit is contained in:
Henry Jameson 2021-05-31 13:59:44 +03:00
parent 40ac9ef499
commit 159bbed2f9
1 changed files with 1 additions and 1 deletions

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