forked from AkkomaGang/akkoma-fe
oops
This commit is contained in:
parent
40ac9ef499
commit
159bbed2f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue