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
Type new text, select it and format as any type of list
Select this text and press h1/h2 formatting few times
List gets wrapped by heading multiple times
There may be a couple of solutions involving regex and/or jQuery methods of cleaning the window.getSelection() from previous formatting, but I don't know which is better considering project philosophy assuming the most of formatting being using execCommand().
The text was updated successfully, but these errors were encountered:
How to reproduce:
There may be a couple of solutions involving regex and/or jQuery methods of cleaning the window.getSelection() from previous formatting, but I don't know which is better considering project philosophy assuming the most of formatting being using execCommand().
The text was updated successfully, but these errors were encountered: