mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
parent
6a47b47571
commit
c310e6f35c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue