Skip to content

Commit d6065ad

Browse files
AJIXuMuKCopilot
andauthored
Update src/controls/richText/RichText.tsx
Co-authored-by: Copilot <[email protected]>
1 parent be96b68 commit d6065ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)