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
v1.9.0
Make pre tag using code of squire api and then paste text into pre tag. After paste, pre tag disappears. (Example Code)
code
In the case of blockquote, the text is pasted well into the empty blockquote.
I think that squire need to consider pre tag when check empty block in paste logic. https://github.com/neilj/Squire/blob/7cef58bda854c49989c429d90756bff8d6fe758c/source/Range.js#L259-L263
Text should be pasted into empty pre tag.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
v1.9.0
Current Behavior
Make pre tag using
code
of squire api and then paste text into pre tag.After paste, pre tag disappears. (Example Code)
In the case of blockquote, the text is pasted well into the empty blockquote.
I think that squire need to consider pre tag when check empty block in paste logic.
https://github.com/neilj/Squire/blob/7cef58bda854c49989c429d90756bff8d6fe758c/source/Range.js#L259-L263
Expected Behavior
Text should be pasted into empty pre tag.
The text was updated successfully, but these errors were encountered: