Questions tagged [draft-js-plugins]
123 questions
0
votes
1 answer
Update editorState with two operations at once
I am trying to split a word into two words when I enter the space bar. Every word in my text is an entity, so when I split a word in two, I need to update the text and create a new entity.
I am using the Modifier module for both updates.
const…

Alberto Centelles
- 1,215
- 11
- 24
0
votes
0 answers
How to export and import html div content in draft js?
I use draft-js-export-html and draft-js-import-html to export and import my HTML content to editor.
But when I try to export HTML by stateToHTML function, it also remove all my HTML div content.
Anyone know solution to keep div tag content when…

Tuan Nguyen
- 151
- 1
- 5