Update frontend/src/contexts/ViewerContext.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Reece Browne 2025-10-08 14:54:31 +01:00 committed by GitHub
parent 0c9f460fb6
commit 339e5cfb65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -223,9 +223,6 @@ export const ViewerProvider: React.FC<ViewerProviderProps> = ({ 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<ScrollState, ScrollAPIWrapper> | null,