Browse Source

clean code

reiji-h 2 years ago
parent
commit
8b104097cf
1 changed files with 1 additions and 0 deletions
  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(),
   scrollPastEnd(),
 ];
 ];
 
 
+
 type Props = {
 type Props = {
   onChange?: (value: string) => void,
   onChange?: (value: string) => void,
   onSave?: () => void,
   onSave?: () => void,