Browse Source

clean code

reiji-h 2 năm trước cách đây
mục cha
commit
8b104097cf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,