Major usability improvements

This commit is contained in:
2015-08-06 15:37:17 +02:00
parent 16f7c38f3e
commit d27afa9558
34 changed files with 467 additions and 103 deletions
@@ -14,7 +14,6 @@ App.SectionTableView = Ember.View.extend DragNDrop.Draggable,
"section-table-#{@get('content.id')}"
).property('content.id')
offsetX: (->
debugger unless @get('dpm')
(@get('dpm') || 0) * (@get('content.position_x') || 0)
).property('dpm', 'content.position_x')
offsetY: (->