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
This does not resolve the issue completely. In cases for inputs specifically, hyphenated words cause the mirrored div to wrap incorrectly (even if you are using break-word and the like). Notice the effect when you type hyphenated strings on the demo fiddle.
Since the package is forcing white-space: pre-wrap on the input as well as textarea there is no easy way around this.
right before returning the result, solves the issue.
The text was updated successfully, but these errors were encountered: