From: Bill Erickson Date: Thu, 21 Nov 2019 16:58:09 +0000 (-0500) Subject: LPXXX editor continued X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=021e4cf1fce970b1a5016d1dd00f865b1a046945;p=working%2FEvergreen.git LPXXX editor continued Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.ts b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.ts index 65529686a7..17f2a4d967 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.ts @@ -162,10 +162,7 @@ export class EditableContentComponent implements OnInit, AfterViewInit { // Route keydown events to the appropriate handler inputKeyDown(evt: KeyboardEvent) { - if (this.fieldType === 'ldr') { - // This may be overkill, we'll see - return; - } + if (this.fieldType === 'ldr') { return; } switch (evt.key) { case 'Enter': return this.keyEnter(evt);