Skip to content
Snippets Groups Projects
Verified Commit c310e6f3 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix hover highlight when hovering hover menu

fixes #941
parent 6a47b475
No related branches found
No related tags found
No related merge requests found
Pipeline #2651 passed
......@@ -409,6 +409,8 @@ ScrollView {
opacity: 0
visible: true
z: 1
enabled: false
color: Nheko.colors.highlight
states: State {
......@@ -473,7 +475,7 @@ ScrollView {
TimelineRow {
id: timelinerow
hovered: wrapper.hovered
hovered: (wrapper.hovered && !messageActionHover.hovered) || (messageActions.model != undefined && messageActions.model.eventId == timelinerow.eventId)
proportionalHeight: wrapper.proportionalHeight
type: chat.model, wrapper.type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment