more edit paste fixes

This commit is contained in:
j 2023-07-09 15:15:54 +05:30
parent dcdbfee72d
commit 5225026d66

View file

@ -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,