forked from 0x2620/pandora
main menu: fix copy in edits section
This commit is contained in:
parent
e7431d4d5b
commit
eb0575798e
1 changed files with 1 additions and 0 deletions
|
@ -422,6 +422,7 @@ pandora.ui.mainMenu = function() {
|
|||
: pandora.isClipView() && !pandora.$ui.browser.hasFocus() ? pandora.clipboard[action](
|
||||
pandora.$ui.clipList.options('selected'), 'clip'
|
||||
)
|
||||
: ui.section == 'edits' ? pandora.clipboard[action](ui.editSelection, 'clip')
|
||||
: pandora.clipboard[action](ui.listSelection, 'item');
|
||||
} else if (data.id == 'paste') {
|
||||
var items = pandora.clipboard.paste();
|
||||
|
|
Loading…
Reference in a new issue