diff --git a/src/cloud/components/Editor/index.tsx b/src/cloud/components/Editor/index.tsx index b9e894056a..cf7196cc80 100644 --- a/src/cloud/components/Editor/index.tsx +++ b/src/cloud/components/Editor/index.tsx @@ -103,6 +103,7 @@ import { } from '../../lib/subscription' import { nginxSizeLimitInMb } from '../../lib/upload' import CustomizedMarkdownPreviewer from '../MarkdownView/CustomizedMarkdownPreviewer' +import BottomBarButton from '../BottomBarButton' type LayoutMode = 'split' | 'preview' | 'editor' @@ -1067,20 +1068,6 @@ const Editor = ({ settings['general.showEditorToolbar'] && ( - + + +