refactor: new send input

This commit is contained in:
zerosoul
2022-03-23 16:31:54 +08:00
parent 4e56f15e24
commit b133780061
25 changed files with 727 additions and 859 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function Message({ contextId = 0, mid = "", context = "user" }) {
// if (!message) return null;
return (
<StyledWrapper
data-mid={mid}
data-msg-mid={mid}
ref={myRef}
className={`message ${inView ? "in_view" : ""}`}
>