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
Pasting text with line breaks via document.execCommand stopped working:
- It used to preserve line breaks.
- Now it replaces them with brs.
So I switched to the Selection API.
0 commit comments