Fix smartsearchbar in info chat

This commit is contained in:
Julien Wadel 2021-08-16 17:28:14 +02:00
parent 223a7ab4f0
commit a35ca1c13c

View file

@ -93,7 +93,8 @@ DialogPlus {
}]
onEntryClicked: {
selectedParticipants.append({$sipAddress:entry})
selectedParticipants.add(entry)
smartSearchBar.addAddressToIgnore(entry);
}
}