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
node.buildTeXString() seems to have a cursorColor property, but it really shouldn't need one. All it does is append something like \textcolor{#000000}{\cursor} to the end of tex string, and it seems to break loading it back into the MathField document
To Reproduce
Steps to reproduce the behavior:
Get a MathFieldEditingController and call .currentNode.buildTexString() and try to load the string back in
Expected behavior
No cursorColor attribute, loading back in without changes
The text was updated successfully, but these errors were encountered:
Bug description
node.buildTeXString() seems to have a cursorColor property, but it really shouldn't need one. All it does is append something like
\textcolor{#000000}{\cursor}
to the end of tex string, and it seems to break loading it back into the MathField documentTo Reproduce
Steps to reproduce the behavior:
Get a MathFieldEditingController and call .currentNode.buildTexString() and try to load the string back in
Expected behavior
No cursorColor attribute, loading back in without changes
The text was updated successfully, but these errors were encountered: