diff --git a/Telegram/SourceFiles/boxes/confirm_box.cpp b/Telegram/SourceFiles/boxes/confirm_box.cpp index 2c1b0625f3..988e96370b 100644 --- a/Telegram/SourceFiles/boxes/confirm_box.cpp +++ b/Telegram/SourceFiles/boxes/confirm_box.cpp @@ -307,6 +307,9 @@ void ConfirmBox::mouseReleaseEvent(QMouseEvent *e) { const auto guard = window(); Ui::hideLayer(); ActivateClickHandler(guard, activated, e->button()); + + // Keep the link alive, otherwise it is not activated. + crl::on_main([activated] {}); return; } BoxContent::mouseReleaseEvent(e);