Fix Bug 69322 - Editor: fixed open file location in same tab

This commit is contained in:
Dmitry Sychugov 2024-07-19 19:23:34 +05:00
parent b091424f5d
commit 1f7fd64d36

View File

@ -172,6 +172,7 @@ const Editor = ({
? window.ClientConfig?.editor?.requestClose ?? false
: false,
text: openFileLocationText,
blank: openOnNewPage,
};
if (
typeof window !== "undefined" &&