fix order
This commit is contained in:
parent
3e6e6077d2
commit
02309f4b3f
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ async function loadAnnotations(config) {
|
||||||
part['out'] = position + duration
|
part['out'] = position + duration
|
||||||
part.clipId = part.id.split('/')[0] + '/' + part.in.toFixed(3) + '-'+ part.out.toFixed(3)
|
part.clipId = part.id.split('/')[0] + '/' + part.in.toFixed(3) + '-'+ part.out.toFixed(3)
|
||||||
part.colorId = annotation.clipId
|
part.colorId = annotation.clipId
|
||||||
part.value = parts.pop(0)
|
part.value = parts.shift()
|
||||||
if (parts.length) {
|
if (parts.length) {
|
||||||
position = part['out']
|
position = part['out']
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue