chore(ordering): fix typo
This commit is contained in:
parent
46c5a8cb36
commit
c28aa00f3d
|
@ -158,7 +158,7 @@ export default function BpmnOrderingProvider(eventBus, canvas, translate) {
|
|||
|
||||
|
||||
// if the element is already in the child list at
|
||||
// a smaller index, we need to adjust the inser index.
|
||||
// a smaller index, we need to adjust the insert index.
|
||||
// this takes into account that the element is being removed
|
||||
// before being re-inserted
|
||||
if (insertIndex !== -1) {
|
||||
|
|
Loading…
Reference in New Issue