diff --git a/projects/angular-editor/src/lib/ae-select/ae-select.component.ts b/projects/angular-editor/src/lib/ae-select/ae-select.component.ts index 7502b9fa..1115678a 100644 --- a/projects/angular-editor/src/lib/ae-select/ae-select.component.ts +++ b/projects/angular-editor/src/lib/ae-select/ae-select.component.ts @@ -195,7 +195,7 @@ export class AeSelectComponent implements OnInit, ControlValueAccessor { } _handleSpace($event) { - + this.optionSelect(this.options[this.optionId], $event); } _handleEnter($event) {