AykutSarac 3 лет назад
Родитель
Сommit
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}