mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -251,9 +251,6 @@ module.exports = class CanvasUtil {
|
||||
if (currentLine !== '') {
|
||||
lines.push(currentLine.trim());
|
||||
}
|
||||
if (i < wordsAndBreaks.length - 1) {
|
||||
lines.push('');
|
||||
}
|
||||
}
|
||||
return lines;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user