Fix by allowing RoomPage to access the interactive property of the timeline

This commit is contained in:
James Graham
2024-01-06 16:58:25 +00:00
parent b96d3dde46
commit 8bc4500ce1
4 changed files with 5 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ Kirigami.Page {
initialIndex: index
})
popup.closed.connect(() => {
timelineViewLoader.item.interactive = true
popup.destroy()
})
popup.open()