You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using mermaid, but I find a problem in https://github.com/knsv/mermaid/blob/master/src/mermaidAPI.js#L291. When flowchart contains a Chinese symbol like ';' or '《' , Chrome will catch Maximum call stack size exceeded, but Safari will call recursively and comsume memory endlessly, and I can't do anything on Safari.
The text was updated successfully, but these errors were encountered:
in http://knsv.github.io/mermaid/live_editor/ in safari browser.
I use mermaid in Mac OS x WebView, the bug is also produced in my application. And chrome is ok.
If someone input Chinese symbol like '《' by a mistake, we should tell him or her invalid syntax instead of doing noting and let the application unresponsive.
Hi, I'm using mermaid, but I find a problem in https://github.com/knsv/mermaid/blob/master/src/mermaidAPI.js#L291. When flowchart contains a Chinese symbol like ';' or '《' , Chrome will catch Maximum call stack size exceeded, but Safari will call recursively and comsume memory endlessly, and I can't do anything on Safari.
The text was updated successfully, but these errors were encountered: