|
@@ -5,7 +5,7 @@ import SimpleBar from 'simplebar-react';
|
|
|
import type { GlobalCodeMirrorEditorKey } from '../../../../consts';
|
|
import type { GlobalCodeMirrorEditorKey } from '../../../../consts';
|
|
|
import { AttachmentsDropup } from './AttachmentsDropup';
|
|
import { AttachmentsDropup } from './AttachmentsDropup';
|
|
|
import { DiagramButton } from './DiagramButton';
|
|
import { DiagramButton } from './DiagramButton';
|
|
|
-import { EditorGuideButton } from "./EditorGuideButton";
|
|
|
|
|
|
|
+import { EditorGuideButton } from './EditorGuideButton';
|
|
|
import { EmojiButton } from './EmojiButton';
|
|
import { EmojiButton } from './EmojiButton';
|
|
|
import { TableButton } from './TableButton';
|
|
import { TableButton } from './TableButton';
|
|
|
import { TemplateButton } from './TemplateButton';
|
|
import { TemplateButton } from './TemplateButton';
|
|
@@ -56,7 +56,7 @@ export const Toolbar = memo((props: Props): JSX.Element => {
|
|
|
<TableButton editorKey={editorKey} />
|
|
<TableButton editorKey={editorKey} />
|
|
|
<DiagramButton editorKey={editorKey} />
|
|
<DiagramButton editorKey={editorKey} />
|
|
|
<TemplateButton editorKey={editorKey} />
|
|
<TemplateButton editorKey={editorKey} />
|
|
|
- <EditorGuideButton editorKey={editorKey} />
|
|
|
|
|
|
|
+ <EditorGuideButton />
|
|
|
</div>
|
|
</div>
|
|
|
</SimpleBar>
|
|
</SimpleBar>
|
|
|
</div>
|
|
</div>
|