Skip to content

Commit

Permalink
improve minimumMoveDelta
Browse files Browse the repository at this point in the history
issue #319
  • Loading branch information
rsoika committed Feb 15, 2024
1 parent 7de55e8 commit eab43c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/open-bpmn-glsp/src/di.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const bpmnDiagramModule = new ContainerModule((bind, unbind, isBound, rebind) =>
viewportLines: [], // do not show alignment lines for viewport
alignmentElementFilter: element =>
isBPMNNode(element) && !isBoundaryEvent(element),
minimumMoveDelta: { x: 10, y: 10 }
minimumMoveDelta: { x: 15, y: 15 }
});

// bind new SelectionListener for BPMNLabels and BoundaryEvents
Expand Down

0 comments on commit eab43c3

Please sign in to comment.