forked from 0x2620/oxjs
update inner width, trigger clipSize not size
This commit is contained in:
parent
c0bfe480ad
commit
26ebd90483
2 changed files with 6 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
}
|
||||
|
||||
function resizeendClips(data) {
|
||||
that.triggerEvent('size', data.size);
|
||||
that.triggerEvent('clipSize', data);
|
||||
}
|
||||
|
||||
function setPoint(point, position, triggerEvent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue