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

Sign up to get free protection for your applications and to get access to all the features.
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