mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-05-16 23:26:04 +00:00
Fixed album items selection in section of scheduled messages.
This bug relates only to albums with captions.
This commit is contained in:
parent
97305c8cb5
commit
8d1db85a28
@ -1763,6 +1763,9 @@ void Message::fromNameUpdated(int width) const {
|
||||
}
|
||||
|
||||
TextSelection Message::skipTextSelection(TextSelection selection) const {
|
||||
if (selection.from == 0xFFFF) {
|
||||
return selection;
|
||||
}
|
||||
return HistoryView::UnshiftItemSelection(selection, message()->_text);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user