forked from 0x2620/pandora
edit paste only supports clips
This commit is contained in:
parent
a430c6bdf4
commit
2a55bd3eec
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue