Fix "edit by Up" option in comments and scheduled messages
This commit is contained in:
parent
38d6f337cc
commit
59a7ae5b11
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ void ComposeControls::initKeyHandler() {
|
|||
_attachRequests.fire({});
|
||||
return;
|
||||
}
|
||||
if (key == Qt::Key_Up && !hasModifiers) {
|
||||
if (key == Qt::Key_Up && !hasModifiers && !cDisableUpEdit()) {
|
||||
if (!isEditingMessage()) {
|
||||
_editLastMessageRequests.fire(std::move(keyEvent));
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue