mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-19 17:39:50 -04:00
[Loader] Correct rendering of soft line breaks in MDTextArea
This commit is contained in:
parent
b6dac6893b
commit
c7f8b5fea9
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ struct MDParser {
|
|||
|
||||
case MD_TEXTTYPE::MD_TEXT_SOFTBR:
|
||||
{
|
||||
renderer->breakLine();
|
||||
renderer->renderString(" ");
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue