desmosinc / mathquill

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

Fix mousedown logic that was badly translated jquery #219

Closed anandthakker closed 2 years ago

anandthakker commented 2 years ago

The jQuery implementation allowed for the target to be outside of the .mq-root-block element (i.e., in the top-level MQ container element), but ours was returning early in that case.