@fileverse-dev/ddoc 2.1.0-patch-4 → 2.1.0-patch-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -50,7 +50,7 @@ The `DdocProps` interface is a TypeScript interface that defines the properties
50
50
  | `setCharacterCount` (optional) | `React.Dispatch<SetStateAction<number>>` | Optional. React Set State function to update Character Count |
51
51
  | `setWordCount` (optional) | `React.Dispatch<SetStateAction<number>>` | Optional. React Set State function to update Word Count |
52
52
  | `scrollPosition`(optional) | `number` | User cursor position to scroll to on intitalising the content of the editor |
53
- | `customHeight`(optional) | `string` | Optional. Custom Height for editor canvas when zoomLevel is 200% |
53
+ | `editorCanvasClassNames`(optional) | `string` | Optional. Extra className for editor-canvas |
54
54
 
55
55
  ## Data Interface
56
56