diff --git a/static/js/editPanel.js b/static/js/editPanel.js index fc602a70..bf0d0ff0 100644 --- a/static/js/editPanel.js +++ b/static/js/editPanel.js @@ -149,7 +149,7 @@ pandora.ui.editPanel = function(isEmbed) { }) .bindEvent({ clipSize: function(data) { - pandora.UI.set({editSidebarSize: data.size - Ox.UI.SCROLLBAR_SIZE}); + pandora.UI.set({clipSize: data.size - Ox.UI.SCROLLBAR_SIZE}); }, copy: function(data) { var ids = Ox.sort(data.ids, function(id) {