diff --git a/src/Editor.ts b/src/Editor.ts index b3bdece..98c16bb 100644 --- a/src/Editor.ts +++ b/src/Editor.ts @@ -103,7 +103,7 @@ export class Editor { } else { if (line.lyrics != "") { current_paragraph.appendChild( - document.createTextNode(line.lyrics.replace(" ", " ")) + document.createTextNode(line.lyrics.replace(" ", "\u00A0")) ); } else if (line.chords.length > 0) { for (let chord of line.chords) {