mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 10:07:37 +02:00
make all dialogs inherit one base class
- opening a new dialog closes the previous one
This commit is contained in:
@ -273,7 +273,7 @@ namespace HeavenStudio.Editor.Track
|
||||
SliderControl();
|
||||
|
||||
#region Keyboard Shortcuts
|
||||
if (!userIsEditingInputField)
|
||||
if ((!userIsEditingInputField) && Editor.instance.isShortcutsEnabled)
|
||||
{
|
||||
|
||||
if (Input.GetKeyDown(KeyCode.Space))
|
||||
|
Reference in New Issue
Block a user