bigbluebutton-Github/record-and-playback/core/scripts/utils
Calvin Walton b50a3020b1 Caption: Handle forced line break directly after wrap correctly.
When the next line break after a wrap induced due to line length was a
hard line break, the hard line break would override the soft line break,
resulting in over-long lines, and the last word would be repeated on the
last line.

Move the hard break code into an else branch so it's only applied if we
haven't already done a word wrap on this line.
2016-04-04 16:11:48 -04:00
..
gen_webvtt Caption: Handle forced line break directly after wrap correctly. 2016-04-04 16:11:48 -04:00