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
I've noticed this difference in the code processor. Take these cases:
1.a) I copy a paragraph from a web page using Firefox
1.b) I paste that paragraph to a medium-editor in Firefox
The result will be a paragraph without the wrapping <p>
2.a) I copy a paragraph from a web page using Firefox
2.b) I paste that paragraph to a medium-editor in Chrome
The result will be a paragraph properly wrapped in <p> tags.
Assuming the latter is the designed behaviour, i would say this is a bug.
The text was updated successfully, but these errors were encountered:
I've noticed this difference in the code processor. Take these cases:
1.a) I copy a paragraph from a web page using Firefox
1.b) I paste that paragraph to a medium-editor in Firefox
The result will be a paragraph without the wrapping
<p>
2.a) I copy a paragraph from a web page using Firefox
2.b) I paste that paragraph to a medium-editor in Chrome
The result will be a paragraph properly wrapped in
<p>
tags.Assuming the latter is the designed behaviour, i would say this is a bug.
The text was updated successfully, but these errors were encountered: