diff --git a/src/components/document-read-only-page/document-read-only-page.tsx b/src/components/document-read-only-page/document-read-only-page.tsx index a035ded67..d919c4abc 100644 --- a/src/components/document-read-only-page/document-read-only-page.tsx +++ b/src/components/document-read-only-page/document-read-only-page.tsx @@ -22,6 +22,7 @@ import { ErrorWhileLoadingNoteAlert } from './ErrorWhileLoadingNoteAlert' import { LoadingNoteAlert } from './LoadingNoteAlert' import { RendererType } from '../render-page/rendering-message' import { useApplicationState } from '../../hooks/common/use-application-state' +import { IframeEditorToRendererCommunicatorContextProvider } from '../editor-page/render-context/iframe-editor-to-renderer-communicator-context-provider' export const DocumentReadOnlyPage: React.FC = () => { useTranslation() @@ -37,32 +38,34 @@ export const DocumentReadOnlyPage: React.FC = () => { const noteDetails = useApplicationState((state) => state.noteDetails) return ( -