Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add previous answers to MathQuill inputs on the next tick.
This fixes openwebwork/mathquill#30. Although, I am not sure what is going on here. For some reason delaying filling in previous answers until the "next tick" (a timeout with 0 delay) fixes the problem. Probably the MathQuill math field is not fully initialized until after the mqeditor setup method completes. I am unable to reproduce the issue using the development build of MathQuill directly via `npm run serve`.
- Loading branch information