forked from 0x2620/pandora
more edit paste fixes
This commit is contained in:
parent
dcdbfee72d
commit
5225026d66
1 changed files with 5 additions and 0 deletions
|
@ -406,6 +406,11 @@ pandora.ui.folderList = function(id, section) {
|
|||
pandora.ui.listDialog().open();
|
||||
}
|
||||
},
|
||||
key_control_v: function() {
|
||||
if (pandora.user.ui.section == 'edits' && pandora.$ui.editPanel) {
|
||||
pandora.$ui.editPanel.triggerEvent("paste")
|
||||
}
|
||||
},
|
||||
move: function(data) {
|
||||
pandora.api['sort' + folderItems]({
|
||||
section: id,
|
||||
|
|
Loading…
Reference in a new issue