RED-3800: fix text popups

This commit is contained in:
Dan Percic 2022-07-05 16:10:30 +03:00
parent 03f4dfa80d
commit 4b85de7f17

View File

@ -220,7 +220,7 @@ export class PdfViewer {
}
configureTextPopups(popups: IHeaderElement[]) {
this.#instance.UI.textPopup.add([...popups, this.#searchButton]);
this.#instance.UI.textPopup.update([...popups, this.#searchButton, { dataElement: 'copyTextButton' }]);
}
#adjustPage(page: number) {