Skip to content

Commit

Permalink
View: Pass authorName to AnnotationManager
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Sep 28, 2023
1 parent 90b09e8 commit 939b35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class View {
this._view = this._createView();
this._annotationManager = new AnnotationManager({
readOnly: options.readOnly,
authorName: options.authorName,
annotations: options.annotations,
onSave: options.onSaveAnnotations,
onDelete: nop,
Expand Down

0 comments on commit 939b35f

Please sign in to comment.