Skip to content

Commit

Permalink
Connections are now serialized with 'motivation: linking'
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Sep 22, 2022
1 parent 644bfd3 commit 4c11b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NetworkEdge.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default class NetworkEdge {

toAnnotation = () => WebAnnotation.create({
body: this.bodies,
motivation: 'linking',
target: [
{ id: this.start.annotation.id },
{ id: this.end.annotation.id }
Expand Down

0 comments on commit 4c11b63

Please sign in to comment.