diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 07193a912..ab5df0cbf 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -131,10 +131,9 @@ Kirigami.ScrollablePage { // hover actions on a delegate, activated in TimelineContainer.qml Connections { target: page.flickable + enabled: hoverActions.visible function onContentYChanged() { - if (hoverActions.visible) { - hoverActions.updateFunction(); - } + hoverActions.updateFunction(); } } Item {