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 fe2de60 commit d5a180e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x6/src/option/preset.ts
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 d5a180e

Please sign in to comment.