Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
feat: give default value to side attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspincel committed Dec 15, 2023
1 parent 4479efb commit cec459f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web-components/comments/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class Comments extends WebComponentsBaseElement {
this.annotations = [];
this.annotationFilter = AnnotationFilter.ALL;
this.waterMarkState = false;
this.side = 'left: 0px';
}

public updateAnnotations(data: Annotation[]) {
Expand Down

0 comments on commit cec459f

Please sign in to comment.