bpmn-js/lib
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
..
core chore(project): es6ify source code 2018-04-03 16:32:14 +02:00
draw fix(draw): render colored BPMN group elements 2019-11-25 14:44:43 +00:00
features fix(modeling): correct creation of nested lanes 2019-12-11 10:52:43 +00:00
import docs(project): correct spelling 2019-09-09 12:21:33 +02:00
util chore(copy-paste): rework and base upon diagram-js@5 2019-08-07 16:03:55 +00:00
.eslintrc chore(project): detect unresolved lint rules 2018-10-26 11:18:37 +00:00
Modeler.js chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
NavigatedViewer.js chore(editor-actions): make dependencies optional 2018-10-29 14:52:41 +00:00
Viewer.js Merge branch 'master' into develop 2019-09-23 08:59:02 +02:00