Skip to content

Commit

Permalink
feat: edge label default not movable
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Jan 8, 2020
1 parent 9777484 commit d49f848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x6/src/option/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const preset: FullOptions = {
cellsSelectable: true,
cellsDeletable: true,
nodeLabelsMovable: false,
edgeLabelsMovable: true,
edgeLabelsMovable: false,
cellsMovable: true,
cellsBendable: true,
cellsEditable: true,
Expand Down

0 comments on commit d49f848

Please sign in to comment.