From cd66553e99da7f66d867d0b42ce771168f722ea6 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 18 Apr 2017 11:22:52 +0200 Subject: [PATCH] one more clipSize --- static/js/editPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {