mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Disallow forwarding during a drag operation
This commit is contained in:
parent
a56cadcf90
commit
9ef23c79ce
@ -118,7 +118,7 @@ namespace osu.Game.Overlays
|
||||
return;
|
||||
|
||||
// Notification hovered; delay dismissal.
|
||||
if (notification.IsHovered)
|
||||
if (notification.IsHovered || notification.IsDragged)
|
||||
{
|
||||
scheduleDismissal();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user