forked from 0x2620/oxjs
video edit panel: allow for clip selection via keyboard shortcuts
This commit is contained in:
parent
174aa87e9f
commit
196cb0f45f
2 changed files with 37 additions and 21 deletions
|
|
@ -12,7 +12,7 @@ Ox.ClipPanel = function(options, self) {
|
|||
'in': 0,
|
||||
out: 0,
|
||||
position: 0,
|
||||
selected: '',
|
||||
selected: [],
|
||||
sort: [],
|
||||
sortOptions: [],
|
||||
view: 'list',
|
||||
|
|
@ -32,6 +32,9 @@ Ox.ClipPanel = function(options, self) {
|
|||
height: function() {
|
||||
self.$list.size();
|
||||
},
|
||||
selected: function() {
|
||||
self.$list.options({selected: self.options.selected});
|
||||
},
|
||||
sort: function() {
|
||||
updateSortElement();
|
||||
self.$list.options({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue