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 () {
|
this.$nextTick(function () {
|
||||||
// Re-focus inputbox after clicking suggestion
|
// Re-focus inputbox after clicking suggestion
|
||||||
// Set selection right after the replacement instead of the very end
|
// Set selection right after the replacement instead of the very end
|
||||||
// this.input.setSelectionRange(position, position)
|
this.input.setSelectionRange(position, position)
|
||||||
this.caret = position
|
this.caret = position
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue