mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
ab58e7a225
commit
7c710e22cc
1 changed files with 2 additions and 1 deletions
|
@ -3896,7 +3896,8 @@ auto HistoryInner::reactionButtonParameters(
|
||||||
}
|
}
|
||||||
|
|
||||||
void HistoryInner::mouseActionUpdate() {
|
void HistoryInner::mouseActionUpdate() {
|
||||||
if (hasPendingResizedItems() || !_mouseActive) {
|
if (hasPendingResizedItems()
|
||||||
|
|| (!_mouseActive && !window()->isActiveWindow())) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue