search redo

This commit is contained in:
Timo 2020-12-02 11:44:24 +02:00
parent b28af64893
commit c4a5ffdaa7

View File

@ -112,6 +112,7 @@ export class DictionaryOverviewScreenComponent {
}
textChanged($event: any) {
this._applySearchMarkers();
this.currentDictionaryEntries = $event.split('\n');
this.changedLines = [];
this.activeEditMarkers.forEach((am) => {