more breaking characters
This commit is contained in:
parent
901d4c52cf
commit
02d7898d85
1 changed files with 1 additions and 1 deletions
|
@ -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('');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue