From 52e57a3994c9361aa801fc9a6ccaa994d66bd8ed Mon Sep 17 00:00:00 2001 From: j Date: Wed, 17 May 2023 10:18:02 +0100 Subject: [PATCH] fix no split --- app/static/js/ascroll.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/static/js/ascroll.js b/app/static/js/ascroll.js index c18ab4e..86be714 100644 --- a/app/static/js/ascroll.js +++ b/app/static/js/ascroll.js @@ -348,6 +348,8 @@ async function loadAnnotations(config) { position = part['out'] annotations.push(part) } + } else { + annotations.push(annotation) } } else { annotations.push(annotation)