sam-lb / complexmos

WebGL-based Desmos-style graphing calculator with complex number support
http://complexmos.sambrunacini.com/app/
MIT License
3 stars 0 forks source link

MQ input does not move to left end on enter #7

Open sam-lb opened 2 months ago

sam-lb commented 2 months ago

The current code calls mathField.moveToLeftEnd in the enter handler, but it does not work. It works in all other handlers. I suspect this is a bug with MathQuill rather than Complexmos, but either way it needs to be fixed or worked around.