瀏覽代碼

Fix indent

satof3 6 月之前
父節點
當前提交
3d80d70304
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/editor/src/client/components-internal/CodeMirrorEditor/Toolbar/Toolbar.tsx

+ 1 - 1
packages/editor/src/client/components-internal/CodeMirrorEditor/Toolbar/Toolbar.tsx

@@ -56,7 +56,7 @@ export const Toolbar = memo((props: Props): JSX.Element => {
               <TableButton editorKey={editorKey} />
               <DiagramButton editorKey={editorKey} />
               <TemplateButton editorKey={editorKey} />
-              							<EditorGuideButton editorKey={editorKey} />
+              <EditorGuideButton editorKey={editorKey} />
             </div>
           </SimpleBar>
         </div>