Closed jwmerrill closed 2 years ago
resetToEnd caused a bug when called from renderLatexMathEfficiently that was fixed in https://github.com/desmosinc/mathquill/pull/226
resetToEnd
renderLatexMathEfficiently
I think this method has a fundamental behavior problem in that it adjusts the cursor model but does not update the corresponding DOM. Replace it with insAtRigthEnd.
Ref:
resetToEnd
caused a bug when called fromrenderLatexMathEfficiently
that was fixed in https://github.com/desmosinc/mathquill/pull/226I think this method has a fundamental behavior problem in that it adjusts the cursor model but does not update the corresponding DOM. Replace it with insAtRigthEnd.
Ref:
resetToEnd
was added: https://github.com/desmosinc/mathquill/pull/226