2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Don't cancel caption edit by outside click.

This commit is contained in:
John Preston
2023-03-17 15:57:46 +04:00
parent 75a1db9900
commit 9c91b03a5b
2 changed files with 15 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ private:
mtpRequestId _saveRequestId = 0;
base::Timer _checkChangedTimer;
bool _isPhoto = false;
bool _asFile = false;