Fix some input field issue.
This commit is contained in:
@@ -21,11 +21,11 @@ Rectangle {
|
||||
roomContextMenu.popup()
|
||||
}
|
||||
onPrimaryClicked: {
|
||||
listView.currentIndex = index
|
||||
if (category === RoomType.Invited) {
|
||||
inviteDialog.currentRoom = currentRoom
|
||||
inviteDialog.open()
|
||||
} else {
|
||||
listView.currentIndex = index
|
||||
enteredRoom = currentRoom
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user