Skip to content

Commit a531965

Browse files
fix: fixes react sdk issue 1349 (#45)
* fix: fixes react sdk issue 1349 * replicate flat input attachment logic
1 parent bf4c9eb commit a531965

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/styles/SmallMessageInput.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
transform-origin: 100% 100%;
8080
}
8181

82+
&-has-attachments {
83+
.str-chat__send-button {
84+
display: block;
85+
}
86+
}
87+
8288
&--send-button {
8389
background: none;
8490
border: none;

0 commit comments

Comments
 (0)