mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-27 07:17:20 +00:00
This does fix it now
This commit is contained in:
parent
7d2b946e9c
commit
9624b57e44
|
@ -3830,7 +3830,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
|
|||
function handleScrollKeybinds():Void
|
||||
{
|
||||
// Don't scroll when the user is interacting with the UI, unless a playbar button (the << >> ones) is pressed.
|
||||
if ((isHaxeUIFocused || isHaxeUIDialogOpen) && playbarButtonPressed == null) return;
|
||||
if ((isHaxeUIFocused || isCursorOverHaxeUI) && playbarButtonPressed == null) return;
|
||||
|
||||
var scrollAmount:Float = 0; // Amount to scroll the grid.
|
||||
var playheadAmount:Float = 0; // Amount to scroll the playhead relative to the grid.
|
||||
|
|
Loading…
Reference in a new issue