Fix collapsed corners for link previews and image attachments
This commit is contained in:
parent
65dc9d6afb
commit
9d3498d938
9 changed files with 260 additions and 181 deletions
|
@ -37,6 +37,7 @@ const createProps = (overrideProps: Partial<Props> = {}): Props => ({
|
|||
}),
|
||||
],
|
||||
bottomOverlay: boolean('bottomOverlay', overrideProps.bottomOverlay || false),
|
||||
direction: overrideProps.direction || 'incoming',
|
||||
i18n,
|
||||
isSticker: boolean('isSticker', overrideProps.isSticker || false),
|
||||
onClick: action('onClick'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue