This commit is contained in:
Dragon Fire
2024-04-21 18:08:59 -04:00
parent 91dbe04387
commit 078b4149a1
-3
View File
@@ -251,9 +251,6 @@ module.exports = class CanvasUtil {
if (currentLine !== '') { if (currentLine !== '') {
lines.push(currentLine.trim()); lines.push(currentLine.trim());
} }
if (i < wordsAndBreaks.length - 1) {
lines.push('');
}
} }
return lines; return lines;
} }