Commit d3a734d2 by Calen Pennington

Insert new modules in front of the new component box

parent f4b8bfe4
......@@ -90,7 +90,7 @@ function saveNewComponent(e) {
model: new CMS.Models.Module()
})
$('.components').append(editor.$el)
$newComponentItem.before(editor.$el)
editor.cloneTemplate($(this).data('location'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment