8 Commits

Author SHA1 Message Date
8e81aaa0f4 style: adjust code style to latest configuration 2024-10-16 17:17:28 +02:00
0a2f7598f0 fix: create hit boxes for vertical lanes
Closes #2093
2024-02-16 17:53:42 +01:00
3ea2852221 chore: simplify element type names 2023-04-19 12:18:42 +02:00
07f75f7cd5 fix: fix remaining JSDoc and TS errors 2023-04-19 12:18:42 +02:00
1b7ce15d2e feat: select participant by click but not move
Related to https://github.com/camunda/camunda-modeler/issues/2859
2022-05-18 10:22:22 +02:00
ab56fc21ad feat(modeling): prevent accidential dragging of container elements
This implements custom hit areas for participants, lanes and
expanded subprocesses.

Given these changes, users need to grab container elements
on the boarder or the label area to move them.

Closes https://github.com/bpmn-io/bpmn-js/issues/957
2019-07-18 15:42:05 +02:00
23505a4783 Revert "feat(modeling): prevent accidential dragging of container elements"
This reverts commit 7b0e304062637348201506d262d83ddcfd28178e.

Related to https://github.com/camunda/camunda-modeler/issues/1416
Opens https://github.com/bpmn-io/bpmn-js/issues/957
2019-07-02 08:12:41 +00:00
7b0e304062 feat(modeling): prevent accidential dragging of container elements
This implements custom hit areas for participants, lanes and
expanded subprocesses.

Given these changes, users need to grab container elements
on the boarder or the label area to move them.

Closes https://github.com/bpmn-io/bpmn-js/issues/957
2019-06-25 18:01:40 +02:00