Compare commits
2 commits
dcdbfee72d
...
9355ae691d
| Author | SHA1 | Date | |
|---|---|---|---|
| 9355ae691d | |||
| 5225026d66 |
2 changed files with 8 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
}
|
||||
|
||||
function getSmallTimelineURL() {
|
||||
if (!edit.duration) {
|
||||
return ''
|
||||
}
|
||||
smallTimelineCanvas = getSmallTimelineCanvas();
|
||||
smallTimelineContext = smallTimelineCanvas.getContext('2d');
|
||||
return smallTimelineCanvas.toDataURL();
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue