mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-26 08:49:37 +00:00
f89fd529de
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