Merge pull request 'OnCanceled event for PortraitRow' (#31) from user-feedback-hover into master

Reviewed-on: #31
This commit is contained in:
erinn 2020-11-27 13:38:23 -08:00
commit d9cc60c21f
1 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,11 @@ Item {
onExited: {
isHover = false
}
onCanceled: {
isHover = false
}
}
Connections { // UPDATE UNREAD MESSAGES COUNTER