chrispsn/mesh

"=" freezes app

madacol opened this issue · 1 comments

If I set any cell to the value "=", app freezes and says calculating, a bunch of errors keeps coming from the console, including "too much recursion"

Should be fixed now: ff9bb39

== is still broken but I think that case should be treated the same as any other case where the characters after the first = are not a valid JS expression - a different issue.