Fix click on user delegate not making it a mention
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user