diff --git a/apps/red-ui/src/app/modules/file-preview/services/pdf-proxy.service.ts b/apps/red-ui/src/app/modules/file-preview/services/pdf-proxy.service.ts index efc7871cf..032306457 100644 --- a/apps/red-ui/src/app/modules/file-preview/services/pdf-proxy.service.ts +++ b/apps/red-ui/src/app/modules/file-preview/services/pdf-proxy.service.ts @@ -253,10 +253,6 @@ export class PdfProxyService { this._pdf.instance.UI.enableTools([AnnotationToolNames.AnnotationCreateRectangle]); this._pdf.enable(TEXT_POPUPS_TO_TOGGLE); this._viewerHeaderService.enable(HEADER_ITEMS_TO_TOGGLE); - - if (this._documentViewer.selectedText.length > 2) { - this._pdf.enable([TextPopups.REDACT_TEXT, TextPopups.ADD_HINT, TextPopups.ADD_FALSE_POSITIVE]); - } } #getManualRedaction(quads: Record, text?: string, convertQuads = false): IManualRedactionEntry {