mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix: hover state on compact messages
This commit is contained in:
parent
2ac67f95aa
commit
3f525a0b2a
@ -236,17 +236,9 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO find a way for this to not eat link hovers
|
||||
MouseArea {
|
||||
enabled: !placeholderMessage
|
||||
anchors.fill: root
|
||||
acceptedButtons: Qt.NoButton
|
||||
hoverEnabled: true
|
||||
onEntered: {
|
||||
root.isHovered = true
|
||||
}
|
||||
onExited: {
|
||||
root.isHovered = false
|
||||
HoverHandler {
|
||||
onHoveredChanged: {
|
||||
root.isHovered = hovered;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user