You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Text field accepts line breaks in its content string, but does not preserve consecutive line breaks because it uses str.splitlines() internally. This is a shame because making 'document' layouts with blank lines in becomes a little awkward.
The Text field accepts line breaks in its content string, but does not preserve consecutive line breaks because it uses str.splitlines() internally. This is a shame because making 'document' layouts with blank lines in becomes a little awkward.