diff options
Diffstat (limited to 'src/data/composite/things/content/withAnnotationParts.js')
| -rw-r--r-- | src/data/composite/things/content/withAnnotationParts.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/composite/things/content/withAnnotationParts.js b/src/data/composite/things/content/withAnnotationParts.js index 0c5a0294..15eb74a5 100644 --- a/src/data/composite/things/content/withAnnotationParts.js +++ b/src/data/composite/things/content/withAnnotationParts.js @@ -19,12 +19,12 @@ export default templateCompositeFrom({ steps: () => [ raiseOutputWithoutDependency({ - dependency: 'annotation', + dependency: '_annotation', output: input.value({'#annotationParts': []}), }), withContentNodes({ - from: 'annotation', + from: '_annotation', }), splitContentNodesAround({ |