There was an error while loading. Please reload this page.
1 parent 711e0a6 commit 777978fCopy full SHA for 777978f
source/funkin/ui/debug/charting/ChartEditorState.hx
@@ -5654,7 +5654,9 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
5654
function handleHelpKeybinds():Void
5655
{
5656
// F1 = Open Help
5657
- if (FlxG.keys.justPressed.F1) this.openUserGuideDialog();
+ if (FlxG.keys.justPressed.F1 && !isHaxeUIDialogOpen) {
5658
+ this.openUserGuideDialog();
5659
+ }
5660
}
5661
5662
function handleQuickWatch():Void
0 commit comments