We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/sstur/draft-js-utils/blob/4007f3ef39db2f4b264d28381b03c5795b7176cb/packages/draft-js-utils/src/Constants.js has images, video would make life a lot easier for everyone.
Currently struggling to get stateFromHTML working with Video, any hints would be much appreciated.
<p><br></p> <figure><video src="https://www.youtube.com/watch?v=Ha43whl9f_k"> </video></figure> <p><br></p>
turns into
<p><br></p> <figure> </figure> <p><br></p>
after using stateFromHTML
The text was updated successfully, but these errors were encountered:
@volkandkaya any luck pls ?
Sorry, something went wrong.
@Nora10 gave up on text editors a long time ago. Built my own.
No branches or pull requests
https://github.com/sstur/draft-js-utils/blob/4007f3ef39db2f4b264d28381b03c5795b7176cb/packages/draft-js-utils/src/Constants.js has images, video would make life a lot easier for everyone.
Currently struggling to get stateFromHTML working with Video, any hints would be much appreciated.
turns into
after using stateFromHTML
The text was updated successfully, but these errors were encountered: