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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user