Skip to content

Commit

Permalink
Merge pull request didi#440 from towersxu/master
Browse files Browse the repository at this point in the history
fix: typo EditConfigMode
  • Loading branch information
yhlchao authored Dec 30, 2021
2 parents f5f14b6 + fed381b commit 523c5da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/LogicFlow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
import { initDefaultShortcut } from './keyboard/shortcut';
import SnaplineModel from './model/SnaplineModel';
import { snaplineTool } from './tool/SnaplineTool';
import { EditConfigInterface } from './model/editConfigModel';
import { EditConfigInterface } from './model/EditConfigModel';
import { Theme } from './constant/DefaultTheme';

if (process.env.NODE_ENV === 'development') {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
GraphConfigData,
} from './type';
import { KeyboardDef } from './keyboard';
import { EditConfigInterface } from './model/editConfigModel';
import { EditConfigInterface } from './model/EditConfigModel';
import { Theme } from './constant/DefaultTheme';

export type EdgeType = 'line' | 'polyline' | 'bezier' | any;
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/view/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import BackgroundOverlay from './overlay/BackgroundOverlay';
import Grid from './overlay/Grid';
import Tool from '../tool';
import * as Options from '../options';
import EventEmitter from '../event/eventEmitter';
import DnD from './behavior/DnD';
import BaseEdgeModel from '../model/edge/BaseEdgeModel';
import BaseNodeModel from '../model/node/BaseNodeModel';
Expand Down

0 comments on commit 523c5da

Please sign in to comment.