mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Don't close ShareBox by outside click.
This commit is contained in:
parent
107b72f442
commit
4bfe40d02e
@ -248,6 +248,8 @@ void ShareBox::prepareCommentField() {
|
||||
void ShareBox::prepare() {
|
||||
prepareCommentField();
|
||||
|
||||
setCloseByOutsideClick(false);
|
||||
|
||||
_select->resizeToWidth(st::boxWideWidth);
|
||||
Ui::SendPendingMoveResizeEvents(_select);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user