mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
parent
1342077dcb
commit
dc2192d5ca
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue