mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 12:40:20 +08:00

The way we create labels during import (right after the respective element) interfered with the ordering during boundary attach. This commit fixes the behavior. Closes #437