soumaeda 2 лет назад
Родитель
Сommit
bccc53a56c
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/editor/src/components/CodeMirrorEditor/Toolbar/DiagramButton.tsx

+ 0 - 1
packages/editor/src/components/CodeMirrorEditor/Toolbar/DiagramButton.tsx

@@ -3,7 +3,6 @@ import { useCallback } from 'react';
 import { useCodeMirrorEditorIsolated } from '../../../stores';
 import { useCodeMirrorEditorIsolated } from '../../../stores';
 import { useDrawioModalForEditor } from '../../../stores/use-drawio';
 import { useDrawioModalForEditor } from '../../../stores/use-drawio';
 
 
-
 type Props = {
 type Props = {
   editorKey: string,
   editorKey: string,
 }
 }