You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML pasted Code <p>One <em><span style="font-family: Verdana, Geneva, sans-serif; font-size: 18px; color: rgb(204, 0, 0);">{Two.Three}</span> </em>four five six seven eight {Nine.Ten} One {Two.Three} Four Five Six Seven Eight <strong>{Nine.Ten}.</strong></p>
// A *self-contained* demonstration of the problem follows...PastedthisHTMLcodewith(keepashtml).Couldn't able to set line height for this paragraph. Getting error in console.
Expected behavior: Should be able to set line height for this html.
Actual behavior: Getting Error as -> "Uncaught TypeError: Cannot read properties of null (reading 'nextSibling')"
Kindly refer the attached image and video, "LineHeightIssue"
LineHeightIssue.mp4
The text was updated successfully, but these errors were encountered:
Jodit Version: 3.17.1
Browser: Chrome
OS: Windows
Is React App: True
HTML pasted Code
<p>One <em><span style="font-family: Verdana, Geneva, sans-serif; font-size: 18px; color: rgb(204, 0, 0);">{Two.Three}</span> </em>four five six seven eight {Nine.Ten} One {Two.Three} Four Five Six Seven Eight <strong>{Nine.Ten}.</strong></p>
Expected behavior: Should be able to set line height for this html.
Actual behavior: Getting Error as -> "Uncaught TypeError: Cannot read properties of null (reading 'nextSibling')"
Kindly refer the attached image and video, "LineHeightIssue"
LineHeightIssue.mp4
The text was updated successfully, but these errors were encountered: