reiji-h 2 лет назад
Родитель
Сommit
8b104097cf
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/editor/src/components/CodeMirrorEditorMain.tsx

+ 1 - 0
packages/editor/src/components/CodeMirrorEditorMain.tsx

@@ -13,6 +13,7 @@ const additionalExtensions: Extension[] = [
   scrollPastEnd(),
 ];
 
+
 type Props = {
   onChange?: (value: string) => void,
   onSave?: () => void,