Upgrade wysiwyg editor for ctrl+backspace windows fix (#11324)
* Upgrade wysiwyg editor for ctrl+backspace windows fix * upgrade lockfile * Fix after upgrading the wysiswyg package
This commit is contained in:
parent
b496fe0a2b
commit
c037b847da
5 changed files with 10 additions and 8 deletions
|
@ -371,7 +371,7 @@ export class MessageComposer extends React.Component<IProps, IState> {
|
|||
|
||||
const { isRichTextEnabled, composerContent } = this.state;
|
||||
const convertedContent = isRichTextEnabled
|
||||
? await richToPlain(composerContent)
|
||||
? await richToPlain(composerContent, false)
|
||||
: await plainToRich(composerContent, false);
|
||||
|
||||
this.setState({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue