react-truncate icon indicating copy to clipboard operation
react-truncate copied to clipboard

add `renderLastLine` method to overriding if it need

Open thykos opened this issue 6 years ago • 2 comments

I use this component to truncating a text, and I need to use react-linkify inside. I can override renderLine for this goals, but I noticed that last line rendered with broken link, because of slicing text.

thykos avatar Oct 17 '17 13:10 thykos

@thykos does the change with renderLastLine actually make any functional difference?

moubi avatar Aug 10 '18 14:08 moubi

@thykos does the change with renderLastLine actually make any functional difference?

yes, if we use linkify and last line include link, link will be cutted and broken. With renredLastLine we can prevent broke

thykos avatar Nov 01 '18 14:11 thykos