Skip to content

Commit

Permalink
Don't start a new span after \N
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Aug 23, 2013
1 parent d004541 commit b399acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dialogue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ module libjass {

else if (part instanceof tags.NewLine) {
sub.appendChild(document.createElement("br"));
startNewSpan();
}

else if (part instanceof tags.HardSpace) {
Expand Down

0 comments on commit b399acf

Please sign in to comment.