bpmn-js/lib/features/modeling
Nico Rehwaldt b4b5d1d139 fix(modeling): correct creation of nested lanes
With diagram-js@5 we've introduced the CreateBehavior that ensures
elements are not created on top of lanes but always on top of the actual
participant.

Unfortunately we forgot about the fact that lanes are created once in a
while, too.

This commit accounts for this fact and ensures we do not adjust the
parent of to-be-created lanes.

(A test cases for splitting nested lanes did not exist until now).

Closes #1254
Closes #1253
2019-12-11 10:52:43 +00:00
..
behavior fix(modeling): correct creation of nested lanes 2019-12-11 10:52:43 +00:00
cmd Merge branch 'master' into develop 2019-10-11 16:38:08 +02:00
util chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
BpmnFactory.js chore(bpmn-factory): require id for category value 2019-05-23 15:12:38 +02:00
BpmnLayouter.js chore(layouter): refactor 2019-11-18 13:38:19 +01:00
BpmnUpdater.js chore(rules): remove <connection.reconnectStart/End> rule 2019-11-18 13:38:19 +01:00
ElementFactory.js fix(element-factory): use BPMN factory to ensure IDs 2019-11-20 14:41:09 +00:00
Modeling.js fix(modeling): properly cascade label deletion 2018-06-11 11:39:08 +02:00
index.js chore(project): es6ify source code 2018-04-03 16:32:14 +02:00