فهرست منبع

remove extra line

soumaeda 2 سال پیش
والد
کامیت
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 { useDrawioModalForEditor } from '../../../stores/use-drawio';
 
-
 type Props = {
   editorKey: string,
 }