mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-11 11:47:09 +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() {
|
||||
if (hasPendingResizedItems() || !_mouseActive) {
|
||||
if (hasPendingResizedItems()
|
||||
|| (!_mouseActive && !window()->isActiveWindow())) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue