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;