diff --git a/src/editor/lib/shortcuts.js b/src/editor/lib/shortcuts.js index 75f909ed..d200d67c 100644 --- a/src/editor/lib/shortcuts.js +++ b/src/editor/lib/shortcuts.js @@ -28,7 +28,7 @@ export const Shortcuts = { var keyCode = event.keyCode; - // esc: close inspector + // esc: unselect entity if (keyCode === 27) { if (this.inspector.selectedEntity) { this.inspector.selectEntity(null);