BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
812 stars 232 forks source link

Bug: Setting '@visibleInInspector' to the spacebar in the inspector causes 'Press the key to set' to repeat #424

Closed ClementineAccount closed 1 year ago

ClementineAccount commented 1 year ago

Reproduction: Attempt to set 'spacebar' for any key exposed by a code such as @visibleInInspector("KeyMap", "Backward Key", "s".charCodeAt(0))

Example shown here using the First Person Shooter template: spacebarBug

julien-moreau commented 1 year ago

Hey @ClementineAccount nice catch!! Just fixed, will be released ASAP

julien-moreau commented 1 year ago

Deployed :)