fix no split

This commit is contained in:
j 2023-05-17 10:18:02 +01:00
parent 07034fe8dc
commit 52e57a3994

View file

@ -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)