소스 검색

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>