1
0
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:
Dean Herbert 2022-09-11 22:05:44 +09:00
parent a56cadcf90
commit 9ef23c79ce

View File

@ -118,7 +118,7 @@ namespace osu.Game.Overlays
return;
// Notification hovered; delay dismissal.
if (notification.IsHovered)
if (notification.IsHovered || notification.IsDragged)
{
scheduleDismissal();
return;