more breaking characters

This commit is contained in:
Laura Klünder 2019-12-25 15:01:21 +01:00
parent 901d4c52cf
commit 02d7898d85

View file

@ -886,7 +886,7 @@ c3nav = {
for (char of text) {
new_segments[new_segments.length - 1] += char;
since_last++;
if ('.,-:;!?'.indexOf(char) >= 0) {
if ('.,-:;!?/&'.indexOf(char) >= 0) {
new_segments.push('');
}
}