fix no split
This commit is contained in:
parent
07034fe8dc
commit
52e57a3994
1 changed files with 2 additions and 0 deletions
|
@ -348,6 +348,8 @@ async function loadAnnotations(config) {
|
||||||
position = part['out']
|
position = part['out']
|
||||||
annotations.push(part)
|
annotations.push(part)
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
annotations.push(annotation)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
annotations.push(annotation)
|
annotations.push(annotation)
|
||||||
|
|
Loading…
Reference in a new issue