We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6065ad commit 86db300Copy full SHA for 86db300
src/controls/richText/RichText.tsx
@@ -22,6 +22,7 @@ import { initializeIcons } from '@fluentui/react/lib/Icons';
22
import { Label } from '@fluentui/react/lib/Label';
23
24
const TOOLBARPADDING: number = 28;
25
+const CONTAINER_CLASS: string = 'pnp-richtext-quill-container';
26
/**
27
* Creates a rich text editing control that mimics the out-of-the-box
28
* SharePoint Rich Text control.
0 commit comments