desmosinc / mathquill

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

do not unset the ignoreNextMousedown option #266

Closed mikehaverstock closed 1 year ago

mikehaverstock commented 1 year ago

There is a bug in android where multiple mousedown events are being fired so we don't want this being cleared after the first one. We will set this callback up once and just make sure it's returning the correct thing always.

There is only 1 use of this that I can find and it's in the exact spot that we want to leave it around. We couldn't find any uses of it in classroom.

Corresponding knox pr: https://github.com/desmosinc/knox/pull/14864