summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-02-04 18:17:14 -0500
committerJoseph Donofry <joedonofry@gmail.com>2020-02-04 18:17:14 -0500
commit096db389d18a85d209bcde1a73e1f748c8adce54 (patch)
tree98185daca742b2e0979aa63d318fa45763006b49 /resources
parentSelect first room on startup (diff)
downloadnheko-096db389d18a85d209bcde1a73e1f748c8adce54.tar.xz
Make closing the reply popup actually clear the reply message
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index 6f5eb42b..9730422d 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -300,7 +300,7 @@ Item { ToolTip.visible: closeReplyButton.hovered ToolTip.text: qsTr("Close") - onClicked: timelineManager.updateReplyingEvent(undefined) + onClicked: timelineManager.closeReply() } } }