Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not unset the ignoreNextMousedown option
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.
- Loading branch information