Closed adrenalinedj closed 4 years ago
I have a preview tag with over 100 chars (116 exactly) and I'm facing this issue
node_modules/bootstrap-email/lib/BootstrapEmail.js:513 preview.html(content + ' '.repeat(100 - content.length));
I think a control should be done to avoid negative count on this operation 100 - content.length
100 - content.length
Hey there, sorry for my late response. The bug will be fixed in the next release
I have a preview tag with over 100 chars (116 exactly) and I'm facing this issue
I think a control should be done to avoid negative count on this operation
100 - content.length