mirror of
https://github.com/ppy/osu
synced 2025-01-23 06:13:12 +00:00
Disable positional interaction for now
This commit is contained in:
parent
72bec527fd
commit
686b2a4394
@ -25,6 +25,9 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public override bool PropagateNonPositionalInputSubTree => true;
|
||||
|
||||
// Disable interaction for now to avoid any funny business with slider bar dragging.
|
||||
public override bool PropagatePositionalInputSubTree => false;
|
||||
|
||||
private BeatmapOffsetControl offsetControl = null!;
|
||||
|
||||
private OsuTextFlowContainer text = null!;
|
||||
|
Loading…
Reference in New Issue
Block a user