From 1f7fd64d36697c1f95b7f8ecc8d2bc962c33ac84 Mon Sep 17 00:00:00 2001 From: DmitrySychugov Date: Fri, 19 Jul 2024 19:23:34 +0500 Subject: [PATCH] Fix Bug 69322 - Editor: fixed open file location in same tab --- packages/doceditor/src/components/Editor.tsx | 1 + 1 file changed, 1 insertion(+) 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" &&