Fix bug with swapping order of components in new component panel
This commit is contained in:
parent
8fae73f900
commit
3ae20796a3
|
@ -144,11 +144,6 @@
|
|||
}
|
||||
})
|
||||
|
||||
// Swap blocks and plugins
|
||||
let tmp = enrichedStructure[1]
|
||||
enrichedStructure[1] = enrichedStructure[0]
|
||||
enrichedStructure[0] = tmp
|
||||
|
||||
return enrichedStructure
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue