Fix some input field issue.

This commit is contained in:
Black Hat
2018-10-17 10:52:00 +08:00
parent b30d92a516
commit 4cc2d443c7
5 changed files with 15 additions and 4 deletions

View File

@@ -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
}
}