Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Jul 3, 2024
1 parent edd2751 commit 8511f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type AttachmentCarouselPagerItems = {
};

type AttachmentCarouselPagerContextValue = {
/** List of items displayed in the attachment */
/** List of attachments displayed in the pager */
pagerItems: AttachmentCarouselPagerItems[];

/** Index of the currently active page */
Expand Down
1 change: 1 addition & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,7 @@ const styles = (theme: ThemeColors) =>
},

canvasContainer: {
// Adding border to prevent a bug with the appearance of lines during gesture events for MultiGestureCanvas
borderWidth: 1,
borderColor: theme.appBG,
},
Expand Down

0 comments on commit 8511f5f

Please sign in to comment.