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.e. I'm not using the localstorage option, and am just using the synchronised data as part of a normal form submission in Rails.
So I've encoded my form value in that defaultContent, but I find that CR LF is replaced by "CR LF SPACE SPACE", so round trips keep adding more and more spaces.
I can avoid this by stripping the CRs on submission, but it seemed like an obvious enough workflow with an odd-enough side effect that it might be considered a bug :)
The text was updated successfully, but these errors were encountered:
I've been using EpicEditor as a souped-up textarea, like this:
i.e. I'm not using the localstorage option, and am just using the synchronised data as part of a normal form submission in Rails.
So I've encoded my form value in that defaultContent, but I find that CR LF is replaced by "CR LF SPACE SPACE", so round trips keep adding more and more spaces.
I can avoid this by stripping the CRs on submission, but it seemed like an obvious enough workflow with an odd-enough side effect that it might be considered a bug :)
The text was updated successfully, but these errors were encountered: