commit: 98c5e4a9d050123e7837454992cfcc0aa11d7e3b
parent: dfecbe0ab741d3e892c109770a4898c79e165e3c
Author: HJ <spam@hjkos.com>
Date: Thu, 14 Feb 2019 19:15:03 +0000
Merge branch 'revert-d6f9f34a' into 'develop'
Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'"
See merge request pleroma/pleroma-fe!581
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/components/autocomplete_input/autocomplete_input.js b/src/components/autocomplete_input/autocomplete_input.js
@@ -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