From 30c4d46486eb26066798fb91676c96e71ddef937 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Fri, 6 Oct 2023 16:50:14 +0300 Subject: [PATCH] RED-7673 - Resize accept and decline actions not available in the document viewer --- .../modules/pdf-viewer/services/annotation-manager.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/red-ui/src/app/modules/pdf-viewer/services/annotation-manager.service.ts b/apps/red-ui/src/app/modules/pdf-viewer/services/annotation-manager.service.ts index 9fb9e0b00..25df1965b 100644 --- a/apps/red-ui/src/app/modules/pdf-viewer/services/annotation-manager.service.ts +++ b/apps/red-ui/src/app/modules/pdf-viewer/services/annotation-manager.service.ts @@ -154,6 +154,7 @@ export class REDAnnotationManager { if (action === MODIFY_ACTION && (options.source === RESIZE_OPTION || options.source === MOVE_OPTION)) { this.annotationHasBeenResized = true; + this.#annotationSelected$.next([annotations, action]); } // when a rectangle is drawn,