ActionsHandler poperties

Make sure that all low level components get ActionsHandler through actual properties rather than magically
This commit is contained in:
James Graham
2023-10-22 13:39:34 +00:00
parent c2d82750b1
commit ef1d62d45c
6 changed files with 47 additions and 7 deletions

View File

@@ -63,6 +63,7 @@ MessageDelegate {
active: visible
sourceComponent: MessageEditComponent {
room: currentRoom
actionsHandler: root.ListView.view.actionsHandler
messageId: root.eventId
}
}