desmosinc / mathquill

Magic textboxes where you can type math as easily as writing!
mathquill.com
137 stars 42 forks source link

Fix clicking on `\MathQuillMathField` #239

Closed jackschmidt closed 2 years ago

jackschmidt commented 2 years ago

In change 71df65d the name "delegateMouseEvents" changed from meaning "add" to "remove" (remove previously had no name). This was partially fixed in eb510ccf but this call site should have been "add" instead of "remove".

Thanks for finding the exact commit!

I don't think this fixes the container click bug bisected to the same commit