mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 23:37:30 +08:00
Fix infinitely recursive grammars
This commit is contained in:
@@ -50,7 +50,7 @@ export default class KeyboardShortcut extends IInput {
|
||||
return v
|
||||
}
|
||||
if (v.constructor === String) {
|
||||
const parsed = KeyBindingEntity.createGrammar().run(v)
|
||||
const parsed = KeyBindingEntity.grammar.run(v)
|
||||
if (parsed.status) {
|
||||
return parsed.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user