CottageCabbage / vu-dooit

Task Manager application for Web, Desktop and Mobile. Still in development
https://CottageCabbage.github.io/vu-dooit
3 stars 1 forks source link

Line-breaks not appearing in tasks' descriptions #50

Open CottageCabbage opened 2 years ago

CottageCabbage commented 2 years ago

At NewTaskDialog, the description input is a textarea. You can type line-breaks there. They don't appear on descriptions though.

Might be because I've placed {{ task.desc }} inside a <p></p>? Doubt it, but it's worth a try.

I haven't looked on whether the line-break even gets saved when you create the task, or if it's just ignored.

CottageCabbage commented 2 years ago

First guess was wrong. Change <p>s to <div>s and nothing.

Also, pictures image

It's the task at the very bottom that's relevant