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

Properly handle html line breaks #9918

Closed
DoctorRyner opened this issue Mar 18, 2024 · 1 comment
Closed

Properly handle html line breaks #9918

DoctorRyner opened this issue Mar 18, 2024 · 1 comment
Labels
C-enhancement Category: Improvements R-duplicate Duplicated issue: please refer to the linked issue

Comments

@DoctorRyner
Copy link

DoctorRyner commented Mar 18, 2024

Right now after pressing enter in <p></p> for jsx does this:

<p>
  </p>

And for html this;

<p>
</p>

But it should be:

<p>
  {cursor_here}
</p>
@DoctorRyner DoctorRyner added the C-enhancement Category: Improvements label Mar 18, 2024
@kirawi
Copy link
Member

kirawi commented Mar 18, 2024

Duplicate of #9425

@kirawi kirawi marked this as a duplicate of #9425 Mar 18, 2024
@kirawi kirawi closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2024
@kirawi kirawi added the R-duplicate Duplicated issue: please refer to the linked issue label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

2 participants