Fix click on user delegate not making it a mention

This commit is contained in:
miruka
2020-08-23 09:23:34 -04:00
parent 3dc604a36b
commit e79094c18c
2 changed files with 5 additions and 5 deletions

View File

@@ -99,8 +99,9 @@ HListView {
width: root.width
colorName: hovered || root.currentIndex === model.index
onClicked: {
currentIndex = model.index
root.open = false
root.currentIndex = model.index
root.accept()
root.open = false
}
}