add fixme
This commit is contained in:
parent
1fca66f54f
commit
9a67924916
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ Ox.VideoPlayerPanel = function(options, self) {
|
|||
'shift_i', 'shift_o', 'slash', 'space'
|
||||
].forEach(function(key) {
|
||||
key = 'key_' + key;
|
||||
// FIXME: video player and timeline, too
|
||||
self.$annotationPanel.bindEvent(key, function() {
|
||||
that.triggerEvent(key);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue