-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank text is not placed by texttemplate #4173
Comments
I think this line Line 1159 in b5f0316
should be return v || v === '' || v === 0; |
OR this line: Line 1051 in b5f0316
|
@etpinard The function Lines 1044 to 1047 in b5f0316
The change proposed by @archmoj in #4173 (comment) fixes the issue. |
Ok, but I would prefer not rendering |
Ok so here are the traces affected:
|
Codepen
cc: @antoinerg
The text was updated successfully, but these errors were encountered: