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
// Short circuit all wrap calculations if wrap mode is none
1971
-
if (textConfig->wrapMode==CLAY_TEXT_WRAP_NONE|| (containerElement->dimensions.width==textElementData->preferredDimensions.width)) {
1971
+
if (textConfig->wrapMode==CLAY_TEXT_WRAP_NONE|| (containerElement->dimensions.width==textElementData->preferredDimensions.width&&textConfig->wrapMode!=CLAY_TEXT_WRAP_NEWLINES)) {
0 commit comments