summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index b04ca8f6..1933baeb 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -261,6 +261,7 @@ Item { "room": room }); dialog.show(); + timelineRoot.destroyOnClose(dialog); } function onShowRawMessageDialog(rawMessage) { @@ -268,6 +269,7 @@ Item { "rawMessage": rawMessage }); dialog.show(); + timelineRoot.destroyOnClose(dialog); } target: room