Rust.Community
Rust.Community copied to clipboard
Fix Input FIeld Newlines
turns out SingleLine removes any \n newlines from the string the moment the text is applied, so even if the lineType is set to a Multiline variant afterwards the string will still be stripped (See InputField.SetText)
this PR fixes this by moving a line of code around