From 339e5cfb65b463efda4ab045304af20b48b572dc Mon Sep 17 00:00:00 2001 From: Reece Browne <74901996+reecebrowne@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:54:31 +0100 Subject: [PATCH 1/2] Update frontend/src/contexts/ViewerContext.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/src/contexts/ViewerContext.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/contexts/ViewerContext.tsx b/frontend/src/contexts/ViewerContext.tsx index 12bb683c1..895776f96 100644 --- a/frontend/src/contexts/ViewerContext.tsx +++ b/frontend/src/contexts/ViewerContext.tsx @@ -223,9 +223,6 @@ export const ViewerProvider: React.FC = ({ children }) => { // Get current navigation state to check if we're in sign mode useNavigation(); - // Get current navigation state to check if we're in sign mode - useNavigation(); - // Bridge registry - bridges register their state and APIs here const bridgeRefs = useRef({ scroll: null as BridgeRef | null, From 13e88943b725f5eecf3fc22e2c286bbbbdda1dc8 Mon Sep 17 00:00:00 2001 From: Reece Browne <74901996+reecebrowne@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:55:04 +0100 Subject: [PATCH 2/2] Update frontend/src/components/tools/sign/SignSettings.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/src/components/tools/sign/SignSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/tools/sign/SignSettings.tsx b/frontend/src/components/tools/sign/SignSettings.tsx index ce49dbfd3..1bc72d840 100644 --- a/frontend/src/components/tools/sign/SignSettings.tsx +++ b/frontend/src/components/tools/sign/SignSettings.tsx @@ -191,7 +191,7 @@ const SignSettings = ({ } }} hasSignatureData={!!(canvasSignatureData || imageSignatureData || (parameters.signerName && parameters.signerName.trim() !== ''))} - disabled={false} + disabled={disabled} showPlaceButton={false} placeButtonText="Update and Place" />