forked from 0x2620/oxjs
fix more resize bugs
This commit is contained in:
parent
93fe766c7b
commit
b19e4c0c79
2 changed files with 6 additions and 7 deletions
|
|
@ -454,8 +454,8 @@ Ox.VideoEditor = function(options, self) {
|
|||
title: 'Keyboard Shortcuts',
|
||||
width: 256
|
||||
}).open();
|
||||
} else if (id == 'download') {
|
||||
that.triggerEvent('download');
|
||||
} else if (id == 'downloadVideo') {
|
||||
that.triggerEvent('downloadVideo');
|
||||
} else if (id == 'downloadSelection') {
|
||||
that.triggerEvent('downloadSelection', {
|
||||
'in': self.options['in'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue