fix #1925 (large timeline not functional)
This commit is contained in:
parent
70f3b8f965
commit
5f807a3ad4
1 changed files with 2 additions and 1 deletions
|
@ -372,7 +372,8 @@ Ox.VideoEditPanel = function(options, self) {
|
||||||
self.$clipPanel.options({position: self.options.position});
|
self.$clipPanel.options({position: self.options.position});
|
||||||
}
|
}
|
||||||
|
|
||||||
function dragendTimeline() {
|
function dragendTimeline(data) {
|
||||||
|
dragTimeline(data);
|
||||||
that.triggerEvent('position', {position: self.options.position});
|
that.triggerEvent('position', {position: self.options.position});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue