edit paste only supports clips

This commit is contained in:
j 2015-10-04 11:11:44 +02:00
parent a430c6bdf4
commit 2a55bd3eec

View file

@ -261,7 +261,7 @@ pandora.ui.editPanel = function(isEmbed) {
}); });
}, },
paste: function() { paste: function() {
var clips = pandora.clipboard.paste(); var clips = pandora.clipboard.paste('clip');
clips.length && pandora.doHistory('paste', clips, ui.edit, function(result) { clips.length && pandora.doHistory('paste', clips, ui.edit, function(result) {
Ox.Request.clearCache('getEdit'); Ox.Request.clearCache('getEdit');
Ox.Request.clearCache('sortClips'); Ox.Request.clearCache('sortClips');