RED-3800: fix text popups
This commit is contained in:
parent
03f4dfa80d
commit
4b85de7f17
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user