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
E.g.:
Click on Bold button, write "test", press space, the input content will be: <div><strong>test <br></strong><br></div>
instead of <div><strong>test </strong></div> (as it is on Chrome)
That happens after space pressed
Details
Trix version: 0.10.1
Browser name and version: firefox 53.0.3
Operating system: win10
The text was updated successfully, but these errors were encountered:
E.g.:
Click on Bold button, write "test", press space, the input content will be:
<div><strong>test <br></strong><br></div>
instead of
<div><strong>test </strong></div>
(as it is on Chrome)That happens after space pressed
Details
The text was updated successfully, but these errors were encountered: