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

Problem with Line Height #1394

Closed
MateuszPisarek opened this issue Apr 24, 2024 · 1 comment
Closed

Problem with Line Height #1394

MateuszPisarek opened this issue Apr 24, 2024 · 1 comment
Labels
Milestone

Comments

@MateuszPisarek
Copy link

Describe the bug
If I change the line height and then select another option, e.g. show HTML code, the line height change disappears.

To Reproduce
Steps to reproduce the behavior:

  1. Write two lines of text (two paragraphs <p></p>)
  2. Change the line height to 2
  3. Click on Code view
  4. Click on Code View again to return to editing
  5. Click on Code view
  6. Information about the height of the line disappeared

Expected behavior
The line height is preserved despite other operations in the editor

Screenshots
1
2
3

Desktop :

  • OS: Windows
  • Browser Firefox
  • Version 115.10.0esr (64 bity)

Additional context
The editor is loaded from:

<link href="https://cdn.jsdelivr.net/npm/suneditor@latest/dist/css/suneditor.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/suneditor@latest/dist/suneditor.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/suneditor@latest/src/lang/ko.js"></script>
@JiHong88
Copy link
Owner

Version 2.46.2 has been �deploied.
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