Fix by allowing RoomPage to access the interactive property of the timeline
This commit is contained in:
@@ -286,6 +286,7 @@ Kirigami.Page {
|
||||
initialIndex: index
|
||||
})
|
||||
popup.closed.connect(() => {
|
||||
timelineViewLoader.item.interactive = true
|
||||
popup.destroy()
|
||||
})
|
||||
popup.open()
|
||||
|
||||
Reference in New Issue
Block a user