diff --git a/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts b/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts index aa701c2c2..32a76c82d 100644 --- a/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts +++ b/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts @@ -102,6 +102,14 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnDestroy { } private _configureTextPopup() { + this.wvInstance.disableElements([ + 'textHighlightToolButton', + 'textUnderlineToolButton', + 'textSquigglyToolButton', + 'textStrikeoutToolButton', + 'linkButton', + ]); + this.wvInstance.textPopup.add({ type: 'actionButton', img: '/assets/icons/general/add.svg',