Editor: refactoring

This commit is contained in:
Dmitry Sychugov 2024-07-19 19:24:39 +05:00
parent c9177a0d54
commit 72f1e3edb9

View File

@ -178,7 +178,6 @@ const Editor = ({
typeof window !== "undefined" && typeof window !== "undefined" &&
!window.ClientConfig?.editor?.requestClose !window.ClientConfig?.editor?.requestClose
) { ) {
goBack.blank = openOnNewPage ? true : false;
goBack.url = getBackUrl(fileInfo.rootFolderType, fileInfo.folderId); goBack.url = getBackUrl(fileInfo.rootFolderType, fileInfo.folderId);
} }
} }