Add emoji handling for plain text mode (#9727)
Add emoji handling for plain text mode
This commit is contained in:
parent
888e69f39a
commit
65f9843576
6 changed files with 53 additions and 24 deletions
|
@ -251,7 +251,7 @@ describe('SendWysiwygComposer', () => {
|
|||
|
||||
describe.each([
|
||||
{ isRichTextEnabled: true },
|
||||
// TODO { isRichTextEnabled: false },
|
||||
{ isRichTextEnabled: false },
|
||||
])('Emoji when %s', ({ isRichTextEnabled }) => {
|
||||
let emojiButton: HTMLElement;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue