2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Changed Up arrow shortcut for albums to edit item with caption.

Fixed #10134.
This commit is contained in:
23rd
2021-01-18 18:04:03 +03:00
committed by John Preston
parent ad761011d6
commit eb42a77eb7
5 changed files with 26 additions and 3 deletions

View File

@@ -2713,7 +2713,7 @@ HistoryItem *History::lastEditableMessage() const {
for (const auto &message : ranges::view::reverse(block->messages)) {
const auto item = message->data();
if (item->allowsEdit(now)) {
return item;
return owner().groups().findItemToEdit(item);
}
}
}