when player, editor, timeline or cliplist gains or loses focus, update item menu
This commit is contained in:
parent
8850153909
commit
6521488412
4 changed files with 25 additions and 0 deletions
|
|
@ -175,6 +175,9 @@ pandora.ui.editor = function(data) {
|
|||
listView: 'clip'
|
||||
});
|
||||
},
|
||||
gainfocus: function() {
|
||||
pandora.$ui.mainMenu.replaceItemMenu();
|
||||
},
|
||||
importannotations: function(data) {
|
||||
pandora.ui.importAnnotations().open();
|
||||
},
|
||||
|
|
@ -183,6 +186,9 @@ pandora.ui.editor = function(data) {
|
|||
Ox.getObjectById(pandora.site.layers, data.layer).title
|
||||
).open();
|
||||
},
|
||||
losefocus: function() {
|
||||
pandora.$ui.mainMenu.replaceItemMenu();
|
||||
},
|
||||
muted: function(data) {
|
||||
pandora.UI.set({videoMuted: data.muted});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue