Fix(评论):苹果13 15 16,点击回复的时候光标是停留在@符号后面,要再点击一次光标才会停留到整个昵称后面
This commit is contained in:
@@ -185,12 +185,12 @@ export default {
|
||||
this.showBtn = true
|
||||
this.currentComment = item
|
||||
this.content = '@' + item.senderUserNickname + ' '
|
||||
this.cursorIndex = this.content.length
|
||||
this.$nextTick(() => {
|
||||
// 延迟100ms,否则无法聚焦
|
||||
setTimeout(() => {
|
||||
// 自动聚焦
|
||||
this.autoFocus = true
|
||||
this.cursorIndex = this.content.length
|
||||
}, 100)
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user