[Loader] Correct rendering of soft line breaks in MDTextArea

This commit is contained in:
acaruso-xx 2024-04-10 16:36:03 -04:00
parent b6dac6893b
commit c7f8b5fea9

View file

@ -243,7 +243,7 @@ struct MDParser {
case MD_TEXTTYPE::MD_TEXT_SOFTBR:
{
renderer->breakLine();
renderer->renderString(" ");
}
break;