c-w / mathquill4quill

Power-up Quill's formula editing via the MathQuill editor
https://justamouse.com/mathquill4quill
Apache License 2.0
139 stars 33 forks source link

Enable saving formula by hitting the enter key #31

Closed c-w closed 4 years ago

c-w commented 4 years ago

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