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
Is it expected that in advancedRenderer mode maxLineSuffix will be corrupted?
Example
Quote: {
text: {
textColor: '#ffffffff',
maxLines: 2,
wordWrapWidth: 1000,
textOverflow: 'ellipsis',
maxLinesSuffix: '... <b>End of text</b>',
advancedRenderer: true,
text: "Humanity takes itself too seriously. It is the world's original sin. If the cave-man had known how to laugh, History would have been different",
},
},
The text was updated successfully, but these errors were encountered:
Hi Lightning team,
Is it expected that in advancedRenderer mode maxLineSuffix will be corrupted?
Example
The text was updated successfully, but these errors were encountered: