The base Quill formula editor enables saving the formula by hitting the enter key. However, currently mathquill4quill swallows the enter key and requires manually clicking on the save button to finalize the formula (this is due to defaults in the MathQuill library).
This pull request fixes the behavior and enables saving the formula from mathquill4quill via the enter key.
The base Quill formula editor enables saving the formula by hitting the enter key. However, currently mathquill4quill swallows the enter key and requires manually clicking on the save button to finalize the formula (this is due to defaults in the MathQuill library).
This pull request fixes the behavior and enables saving the formula from mathquill4quill via the enter key.
Resolves https://github.com/c-w/mathquill4quill/issues/29