Skip to content

Commit 86db300

Browse files
committed
fix after copilot review
1 parent d6065ad commit 86db300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controls/richText/RichText.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { initializeIcons } from '@fluentui/react/lib/Icons';
2222
import { Label } from '@fluentui/react/lib/Label';
2323

2424
const TOOLBARPADDING: number = 28;
25+
const CONTAINER_CLASS: string = 'pnp-richtext-quill-container';
2526
/**
2627
* Creates a rich text editing control that mimics the out-of-the-box
2728
* SharePoint Rich Text control.

0 commit comments

Comments
 (0)