OnCanceled event for PortraitRow

If anything else steals the mouse active we will revert to being not
hovered
This commit is contained in:
Sarah Jamie Lewis 2020-11-26 18:17:15 -08:00
parent a9d5302d15
commit f6a73fabe0
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