Skip to content

Commit d6065ad

Browse files
AJIXuMuKCopilot
andauthored
Update src/controls/richText/RichText.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent be96b68 commit d6065ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controls/richText/RichText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ export class RichText extends React.Component<IRichTextProps, IRichTextState> {
637637
className={
638638
css(
639639
styles.richtext && this.state.editing ? 'ql-active' : null,
640-
'pnp-richtext-quill-container',
640+
CONTAINER_CLASS,
641641
this.props.className || null
642642
) || null
643643
}

0 commit comments

Comments
 (0)