summaryrefslogtreecommitdiff
path: root/animism-align
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-21 20:41:02 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-21 20:41:02 +0200
commitf3b59e8d9518758f166eb0ff6f32ba3403e1f39c (patch)
tree7a864907b0d0c34e0383a7b9a7ba3a20ef365a0f /animism-align
parent337563c21dc4b053662e1e2eb318b570f9df4e8b (diff)
sentences
Diffstat (limited to 'animism-align')
-rw-r--r--animism-align/frontend/app/views/paragraph/components/paragraph.list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/paragraph/components/paragraph.list.js b/animism-align/frontend/app/views/paragraph/components/paragraph.list.js
index 39777ea..8ce58f8 100644
--- a/animism-align/frontend/app/views/paragraph/components/paragraph.list.js
+++ b/animism-align/frontend/app/views/paragraph/components/paragraph.list.js
@@ -36,7 +36,7 @@ class ParagraphList extends Component {
setCurrentAnnotation(paragraph, play_ts) {
const { id: currentParagraph, annotations } = paragraph
- const possibleAnnotations = annotations.filter(a => a.type !== 'footnote')
+ const possibleAnnotations = annotations.filter(a => a.type === 'sentence')
let currentAnnotation
let annotation
let i = 0, next_i