diff --git a/packages/doceditor/src/components/Editor.tsx b/packages/doceditor/src/components/Editor.tsx index 7117ada08c..3748b235db 100644 --- a/packages/doceditor/src/components/Editor.tsx +++ b/packages/doceditor/src/components/Editor.tsx @@ -172,6 +172,7 @@ const Editor = ({ ? window.ClientConfig?.editor?.requestClose ?? false : false, text: openFileLocationText, + blank: openOnNewPage, }; if ( typeof window !== "undefined" &&