mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Version 5.10.3: Fix edit of album caption.
This commit is contained in:
parent
798093c58f
commit
48fb0f3b1e
1 changed files with 1 additions and 1 deletions
|
@ -2975,7 +2975,7 @@ bool Message::getStateText(
|
|||
} else if (const auto botTop = Get<FakeBotAboutTop>()) {
|
||||
trect.setY(trect.y() + botTop->height);
|
||||
}
|
||||
const auto item = data();
|
||||
const auto item = this->textItem();
|
||||
if (base::in_range(point.y(), trect.y(), trect.y() + trect.height())) {
|
||||
*outResult = TextState(item, text().getState(
|
||||
point - trect.topLeft(),
|
||||
|
|
Loading…
Add table
Reference in a new issue