mathquill / mathquill

Easily type math in your webapp

Home Page:http://mathquill.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inserting Latex expressions into the expression tree is breaking

rwmorton opened this issue · comments

I have a keyboard that inserts latex into the MathQuill field - so if I press sqrt for example it will insert \sqrt. It works fine if the MathQuill field is empty.

Screenshot from 2023-01-06 12-30-41

But if there is at least one character in the field and I "insert" latex from the keyboard, eg.

Screenshot from 2023-01-06 12-31-32

It breaks. Here is the error:

Screenshot from 2023-01-06 12-31-45

And here is the source:

image

Note that field itself is a Vue ref - hence the field.value ...