mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue