Revealing characters moves text when new line

Look at this video
→ as soon as the text reaches a new line, the entire text gets “pushed” up, because it needs more space to show the entire text. (This only happens if the text has more than 1 line of course).

I would like the text stays where it has started even if there is more than one line

How can I make the text stay in place?

In code, I set the text to a string then I increment every x seconds the amount of TMP_Text.maxVisibleCharacters.

I found the solution, it’s because of this bool, toggling it off does the trick.

5406837--549021--upload_2020-1-25_6-52-37.png