Skip to content
New issue

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

Editor converts whitespace to a new line #809

Closed
alex-safian opened this issue Jul 15, 2021 · 1 comment
Closed

Editor converts whitespace to a new line #809

alex-safian opened this issue Jul 15, 2021 · 1 comment
Labels
Milestone

Comments

@alex-safian
Copy link

Describe the bug
The editor breaks a line of string into several lines if it is not wrapped with an HTML tag.

To Reproduce
Steps to reproduce the behavior:

  1. Set value of Textarea to Hi <span>Alex</span>

Demo

Expected behavior
The output must be
Hi Alex
not

Hi
Alex

Screenshots
image

Additional context
The editor should wrap the string with a tag to prevent the breaking string to several lines.

@JiHong88 JiHong88 added the bug label Jul 15, 2021
@JiHong88 JiHong88 added this to the 2.42.0 milestone Jul 15, 2021
JiHong88 added a commit that referenced this issue Jul 29, 2021
@JiHong88
Copy link
Owner

The 2.42.0 version has been updated.
If this issue has not been resolved, please reopen this issue.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants