Dismiss reply when clicking on Esc

Fix #175
This commit is contained in:
Carl Schwan
2020-12-23 18:01:09 +01:00
parent 3fe10bfc3c
commit 59f9c36854

View File

@@ -360,7 +360,10 @@ ToolBar {
}
}
Keys.onEscapePressed: closeAll()
Keys.onEscapePressed: {
clearReply();
closeAll();
}
Keys.onPressed: {
if (event.key === Qt.Key_PageDown) {