К предыдущему

This commit is contained in:
Book Pauk
2019-02-23 23:20:03 +07:00
parent 37822e8409
commit e99a42b7af

View File

@@ -91,7 +91,7 @@ export default class DrawHelper {
} else
text = part.text;
if (text.trim() == '')
if (text && text.trim() == '')
text = `<span style="white-space: pre">${text}</span>`;
lineText += `${tOpen}${text}${tClose}`;