-
I have been trying to add the custom blocktype in the toolbar menu but unable to get any success. I have tried using blockRenderMap and blockRendererFn. But it is not working. Are those supported as p…
-
Something we noticed on our implementation and were able to recreate on the demo page is that when changing font or font size, any text styling (bold, italics, strike-through, color, etc.) previously …
-
When I inserted an image using imageCallback and say write a sentence the next line (below the image).
And when I delete the text line below the image fully and hit backspace one more time, it does…
-
[#444](https://github.com/jpuri/react-draft-wysiwyg/issues/444)
version: 1.10.12
question: I test in storybook, can't copy image from Microsoft Word also.
-
Hello
There is a bug with the editor when it has an image and the user clicks on the white space aside of it. Below is an accurate description of how to reproduce it.
This bug exists in the demo v…
-
I would like to use this in a typescript project and was wondering if there is a typescript type definition file for it.
const contentBlock = htmlToDraft(html);
if (contentB…
-
Getting this when importing into another app and bundling through webpack w / production settings
Does not seem to be a problem in dev mode o_O
dakom updated
5 years ago
-
if i entered something in this editor how can i get the that text to upload in a local file
-
-
Showing error in this line.
var map = editorState.getImmutable().withMutations(function (state) {
Please check below code.
constructor(props) {
super(props);
const…