Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of notification disappearing under cursor
Previously, notifications disappearing under cursor (e.g., because closed manually or open from another device) did not notify the manager properly, as the leaveEventHook was not triggered. This could lead to notifications staying around when not supposed to (see telegramdesktop#28813). This commit fixes that by explicitly notifying manager when the notification widget disappears under the cursor. Fixes telegramdesktop#28813.
- Loading branch information