Merge tag 'v6.5.1' into dev

This commit is contained in:
AlexeyZavar
2026-02-17 03:34:28 +03:00
418 changed files with 31664 additions and 11133 deletions
@@ -1670,7 +1670,6 @@ void InitFieldAutocomplete(
const auto field = descriptor.field;
field->rawTextEdit()->installEventFilter(raw);
field->customTab(true);
raw->mentionChosen(
) | rpl::on_next([=](FieldAutocomplete::MentionChosen data) {
@@ -1735,9 +1734,10 @@ void InitFieldAutocomplete(
}
field->tabbed(
) | rpl::on_next([=] {
) | rpl::on_next([=](not_null<bool*> handled) {
if (!raw->isHidden()) {
raw->chooseSelected(FieldAutocomplete::ChooseMethod::ByTab);
*handled = true;
}
}, raw->lifetime());