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

Properly enable hovering on message action menu

parent b52fd853
No related branches found
No related tags found
No related merge requests found
Pipeline #2862 passed
......@@ -65,6 +65,7 @@ Item {
property var attachedPos: chat.contentY, attached ? chat.mapFromItem(attached, attached ? attached.width - width : 0, -height) : null
padding: Nheko.paddingSmall
hoverEnabled: true
visible: Settings.buttonsInTimeline && !!attached && (attached.hovered || hovered)
x: attached ? attachedPos.x : 0
y: attached ? attachedPos.y + Nheko.paddingMedium : 0
......
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