Keep content when switching between rich text and plain text mode
This commit is contained in:
parent
50279c8870
commit
c7dbb5947f
7 changed files with 43 additions and 10 deletions
|
@ -34,6 +34,7 @@ const Content = forwardRef<HTMLElement, ContentProps>(
|
|||
);
|
||||
|
||||
interface SendWysiwygComposerProps {
|
||||
initialContent: string;
|
||||
isRichTextEnabled: boolean;
|
||||
disabled?: boolean;
|
||||
onChange: (content: string) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue