satof3 6 месяцев назад
Родитель
Сommit
3d80d70304

+ 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>