Commit 8b72de9a by Calen Pennington

Make it impossible to drag belowe New Component on views

parent 95b3f0d7
......@@ -47,6 +47,7 @@ class CMS.Views.UnitEdit extends Backbone.View
placeholder: 'component-placeholder'
forcePlaceholderSize: true
axis: 'y'
items: '> .component'
)
@$('.component').each((idx, element) =>
......
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