К предыдущему
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user