mirror of https://github.com/ppy/osu
Fix placement blueprints handling double clicks
This commit is contained in:
parent
886914cfe9
commit
f38b64d201
|
@ -106,6 +106,9 @@ protected override bool Handle(UIEvent e)
|
|||
case ScrollEvent _:
|
||||
return false;
|
||||
|
||||
case DoubleClickEvent _:
|
||||
return false;
|
||||
|
||||
case MouseButtonEvent _:
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue