Merge branch 'master' into VM/RED-8748
This commit is contained in:
commit
bbd337fa1f
@ -17,6 +17,7 @@
|
||||
>
|
||||
</span>
|
||||
<span
|
||||
*ngIf="numberOfWarnings()"
|
||||
[translateParams]="{ warnings: numberOfWarnings() }"
|
||||
[translate]="translations[this.type]['warnings-found']"
|
||||
class="warning"
|
||||
|
||||
@ -329,15 +329,8 @@ export class PdfViewer {
|
||||
return;
|
||||
}
|
||||
|
||||
const inputElement = iframeWindow.document.getElementById('SearchPanel__input') as HTMLInputElement;
|
||||
|
||||
if (inputElement) {
|
||||
setTimeout(() => (inputElement.value = ''), 0);
|
||||
}
|
||||
|
||||
if (!event.detail.isVisible) {
|
||||
this.documentViewer.clearSearchResults();
|
||||
}
|
||||
const clearSearchButton = iframeWindow.document.getElementsByClassName('clearSearch-button')[0] as HTMLButtonElement;
|
||||
clearSearchButton?.click();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -1142,7 +1142,7 @@
|
||||
"change-successful": "Dossier wurde aktualisiert.",
|
||||
"delete-successful": "Dossier wurde gelöscht.",
|
||||
"dictionary": {
|
||||
"edit-button-tooltip": "",
|
||||
"edit-button-tooltip": "Edit dossier dictionary settings",
|
||||
"edit-dialog": {
|
||||
"add-to-dictionary-action": "Available in add/edit dialogs in this dossier",
|
||||
"cancel": "Cancel",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user