From a540eb98d3fec6ae3b7099d1994ce88bc6e1c8e2 Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 2 Dec 2020 12:18:19 +0200 Subject: [PATCH] search dictionary --- .../dictionary-overview-screen.component.html | 4 ++-- .../dictionary-overview-screen.component.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html index c208d28f9..4276fbd4b 100644 --- a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html +++ b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html @@ -50,8 +50,8 @@
{{ currentMatch + '/' + searchPositions.length }}
- - + + 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 b41cfe3bc..c30b18201 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 @@ -29,7 +29,7 @@ export class DictionaryOverviewScreenComponent { activeSearchMarkers: any[] = []; searchPositions: any[] = []; - currentMatch: number = 1; + currentMatch = 1; initialDictionaryEntries: string[] = []; currentDictionaryEntries: string[] = [];