From 2a55bd3eec140dd4e2e2818d33e71793b2bea34e Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 4 Oct 2015 11:11:44 +0200 Subject: [PATCH] edit paste only supports clips --- 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 c405b5413..32b27dc63 100644 --- a/static/js/editPanel.js +++ b/static/js/editPanel.js @@ -261,7 +261,7 @@ pandora.ui.editPanel = function(isEmbed) { }); }, paste: function() { - var clips = pandora.clipboard.paste(); + var clips = pandora.clipboard.paste('clip'); clips.length && pandora.doHistory('paste', clips, ui.edit, function(result) { Ox.Request.clearCache('getEdit'); Ox.Request.clearCache('sortClips');