From c4a5ffdaa7a6b01b6ebcb80228eeeb15bf3adae2 Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 2 Dec 2020 11:44:24 +0200 Subject: [PATCH] search redo --- .../dictionary-overview-screen.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts index 2882e29dc..6cc66c05d 100644 --- a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts +++ b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts @@ -112,6 +112,7 @@ export class DictionaryOverviewScreenComponent { } textChanged($event: any) { + this._applySearchMarkers(); this.currentDictionaryEntries = $event.split('\n'); this.changedLines = []; this.activeEditMarkers.forEach((am) => {