fix(desktop/chatInput) mentions were misused

formattedPlainTextFilter was not reset when suggestion
box was closed causing the insertMention function to be
called again even thought there was no mention in the
chat input

Closes #3535
This commit is contained in:
Alexandra Betouni 2021-09-21 17:27:23 +03:00 committed by Iuri Matias
parent 63b2bf703c
commit 2b408fe6cd
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ Rectangle {
function hide() {
shouldHide = true
formattedPlainTextFilter = "";
}
function selectCurrentItem() {