1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Add emoji handling for plain text mode (#9727)

Add emoji handling for plain text mode
This commit is contained in:
Florian Duros
2022-12-09 11:38:14 +01:00
committed by GitHub
parent 888e69f39a
commit 65f9843576
6 changed files with 53 additions and 24 deletions

View File

@@ -251,7 +251,7 @@ describe('SendWysiwygComposer', () => {
describe.each([
{ isRichTextEnabled: true },
// TODO { isRichTextEnabled: false },
{ isRichTextEnabled: false },
])('Emoji when %s', ({ isRichTextEnabled }) => {
let emojiButton: HTMLElement;