Affordances for really tall messages
This commit is contained in:
parent
2e9eaa855a
commit
b32d068e83
12 changed files with 375 additions and 108 deletions
|
@ -46,7 +46,7 @@ export const AtMentionify = ({
|
|||
if (range) {
|
||||
results.push(
|
||||
<span
|
||||
className={`module-message-body__at-mention module-message-body__at-mention--${direction}`}
|
||||
className={`MessageBody__at-mention MessageBody__at-mention--${direction}`}
|
||||
key={range.start}
|
||||
onClick={() => {
|
||||
if (openConversation && range.conversationID) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue