|
|
@ -303,7 +303,7 @@ namespace Fungus.EditorUtils |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (commandSelectedByTextInput != null && |
|
|
|
if (commandSelectedByTextInput != null && |
|
|
|
Event.current.keyCode == KeyCode.Return || Event.current.keyCode == KeyCode.KeypadEnter) |
|
|
|
(Event.current.keyCode == KeyCode.Return || Event.current.keyCode == KeyCode.KeypadEnter)) |
|
|
|
{ |
|
|
|
{ |
|
|
|
AddCommandCallback(commandSelectedByTextInput); |
|
|
|
AddCommandCallback(commandSelectedByTextInput); |
|
|
|
commandSelectedByTextInput = null; |
|
|
|
commandSelectedByTextInput = null; |
|
|
@ -1296,4 +1296,4 @@ namespace Fungus.EditorUtils |
|
|
|
Repaint(); |
|
|
|
Repaint(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|