limit to the HTML code inside a JavaScript literal to be parsed as HTML?
已回答
There is apperantly a limit to the HTML code inside a JavaScript literal to be parsed as HTML code. (am I right?)
I was wondering if there is a (maybe hidden) setting to expand that limit?
请先登录再写评论。
Yes, MAX_LITERAL_PROCESSING_SIZE = 4096; unfortunately it's hardcoded and can't be changed
Thank you for your answer, I hope it find its way into settings somehow in the future versions...