lewish / asciiflow

ASCIIFlow
https://asciiflow.com
MIT License
4.67k stars 360 forks source link

Line breaks are handled incorrectly when inserting #187

Open danillissimo opened 3 years ago

danillissimo commented 3 years ago

Leading to this: image image I guess this line should be modified to

if (char !== " " && char.charCodeAt(0) !== 10) {
ttomasini commented 3 years ago

Same issue here. What is needed in order to fix this in the productive instance?

abirke commented 2 years ago

I have also seen this issue online. It seems to me that this might be the same issue as #185 and #188, right?

Interestingly, I wanted to look into this in a development instance, but linebreaks and spaces in some fields were not stored and didn't cause problems. Could it be that https://asciiflow.com/ isn't on the latest version? How would I see what version is running there?

Thanks for the great project :)