Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'"
This reverts merge request !573
This commit is contained in:
parent
dfecbe0ab7
commit
8d7ac0e14c
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ const AutoCompleteInput = {
|
|||
const candidate = this.candidates[this.highlighted]
|
||||
const replacement = candidate.utf || (candidate.screen_name + ' ')
|
||||
this.text = Completion.replaceWord(this.text, this.wordAtCaret, replacement)
|
||||
this.$emit('input', this.text)
|
||||
const el = this.$el.querySelector('textarea') || this.$el.querySelector('input')
|
||||
el.focus()
|
||||
this.caret = 0
|
||||
|
|
Loading…
Reference in a new issue