update edit panel via keyboard
This commit is contained in:
parent
5d6c321321
commit
dc9bcd396d
1 changed files with 3 additions and 0 deletions
|
@ -371,6 +371,9 @@ pandora.ui.editPanel = function(isEmbed) {
|
||||||
volume: function(data) {
|
volume: function(data) {
|
||||||
pandora.UI.set({videoVolume: data.volume});
|
pandora.UI.set({videoVolume: data.volume});
|
||||||
},
|
},
|
||||||
|
pandora_editview: function(data) {
|
||||||
|
that.options({clipView: data.value});
|
||||||
|
},
|
||||||
pandora_editselection: function(data) {
|
pandora_editselection: function(data) {
|
||||||
that.options({selected: data.value});
|
that.options({selected: data.value});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue