From 8ee8f2d4c564b84b8b7b8c19fceb60cf7b24d1ed Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:39:24 -0700 Subject: [PATCH] Individual rotate --- .../common/pdf-editor/pdf-editor.component.html | 8 ++++++++ .../common/pdf-editor/pdf-editor.component.spec.ts | 2 ++ .../common/pdf-editor/pdf-editor.component.ts | 12 ++++++++---- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html index 7dc13a547..d7e28d446 100644 --- a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html +++ b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html @@ -29,6 +29,14 @@ @for (p of pages; track p.page; let i = $index) {