Box/popups: ignore enter press on disabled buttons
This commit is contained in:
@@ -81,7 +81,7 @@ HFlickableColumnPage {
|
||||
}
|
||||
}
|
||||
|
||||
onKeyboardAccept: startChat()
|
||||
onKeyboardAccept: if (applyButton.enabled) applyButton.clicked()
|
||||
onKeyboardCancel: cancel()
|
||||
|
||||
CurrentUserAvatar {
|
||||
|
Reference in New Issue
Block a user