瀏覽代碼

remove editorkey

soumaeda 2 年之前
父節點
當前提交
f02cb5a2e8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/editor/src/components/CodeMirrorEditor/Toolbar/Toolbar.tsx

+ 0 - 1
packages/editor/src/components/CodeMirrorEditor/Toolbar/Toolbar.tsx

@@ -13,7 +13,6 @@ import { TextFormatTools } from './TextFormatTools';
 import styles from './Toolbar.module.scss';
 
 type Props = {
-  editorKey: string,
   editorKey: string,
   onFileOpen: () => void,
   acceptedFileType: AcceptedUploadFileType