mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-07 01:45:39 +00:00
Allow editing of collapsed quotes.
This commit is contained in:
@@ -271,7 +271,7 @@ bool UiIntegration::copyPreOnClick(const QVariant &context) {
|
||||
}
|
||||
|
||||
std::unique_ptr<Ui::Text::CustomEmoji> UiIntegration::createCustomEmoji(
|
||||
const QString &data,
|
||||
QStringView data,
|
||||
const std::any &context) {
|
||||
const auto my = std::any_cast<MarkedTextContext>(&context);
|
||||
if (!my || !my->session) {
|
||||
|
Reference in New Issue
Block a user