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
Line Height
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:
<p></p>
Code view
Code View
Expected behavior The line height is preserved despite other operations in the editor
Screenshots
Desktop :
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>
The text was updated successfully, but these errors were encountered:
Fix: Bug where the line height style of the format tag disappears #1394
15167a1
Version 2.46.2 has been �deploied. Thank you.
Sorry, something went wrong.
No branches or pull requests
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:
<p></p>
)Code view
Code View
again to return to editingCode view
Expected behavior
The line height is preserved despite other operations in the editor
Screenshots
Desktop :
Additional context
The editor is loaded from:
The text was updated successfully, but these errors were encountered: