diff --git a/AstuteClient2/src/app/ag-grid-components/empty-error-editor/empty-error-editor.component.ts b/AstuteClient2/src/app/ag-grid-components/empty-error-editor/empty-error-editor.component.ts index a156c6b..279feb3 100644 --- a/AstuteClient2/src/app/ag-grid-components/empty-error-editor/empty-error-editor.component.ts +++ b/AstuteClient2/src/app/ag-grid-components/empty-error-editor/empty-error-editor.component.ts @@ -35,13 +35,6 @@ export class EmptyErrorEditorComponent implements AfterViewInit { this.textInput.nativeElement.focus(); }); } - if (event.key === '\'') { - event.preventDefault(); - this.notif('Cannot use \' (apostrophes)'); - setTimeout(() => { - this.textInput.nativeElement.focus(); - }); - } } onKeyDown(event) {