remove player/editor/timeline losefocus handlers (opening the item menu will make them lose focus), add gainfocus handler to browser; correct definition of canCut; enable mainMenu.replaceItemMenu

This commit is contained in:
rolux 2013-08-02 17:01:24 +00:00
commit bcf9d37930
6 changed files with 6 additions and 15 deletions

View file

@ -133,6 +133,9 @@ pandora.ui.browser = function() {
copyadd: function() {
Ox.Clipboard.add(pandora.user.ui.item, 'item');
},
gainfocus: function() {
pandora.$ui.mainMenu.replaceItemMenu();
},
open: function() {
that.scrollToSelection();
},