Fix bug with swapping order of components in new component panel

This commit is contained in:
Andrew Kingston 2025-03-31 09:51:28 +01:00
parent 8fae73f900
commit 3ae20796a3
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -144,11 +144,6 @@
}
})
// Swap blocks and plugins
let tmp = enrichedStructure[1]
enrichedStructure[1] = enrichedStructure[0]
enrichedStructure[0] = tmp
return enrichedStructure
}