AykutSarac 3 年 前
コミット
d97db7fc0c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/containers/Editor/index.tsx

+ 1 - 0
src/containers/Editor/index.tsx

@@ -46,6 +46,7 @@ export const Editor: React.FC = () => {
     <Styles.StyledPageWrapper>
       <Sidebar />
       <Styles.StyledEditorWrapper>
+        { // @ts-ignore }
         <Styles.StyledEditor
           maxSize={800}
           minSize={300}