瀏覽代碼

clean code

reiji-h 2 年之前
父節點
當前提交
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,