mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 02:09:54 +08:00
Disallow forwarding during a drag operation
This commit is contained in:
@@ -118,7 +118,7 @@ namespace osu.Game.Overlays
|
||||
return;
|
||||
|
||||
// Notification hovered; delay dismissal.
|
||||
if (notification.IsHovered)
|
||||
if (notification.IsHovered || notification.IsDragged)
|
||||
{
|
||||
scheduleDismissal();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user