Skip to content

Commit

Permalink
Add comment in other side of workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltekruse committed Jan 4, 2022
1 parent 8c03df4 commit 5d6adb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MathEditorHelpModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ const symbolGroups = {
input.cmd("\\overleftrightarrow");
}},
/* not in katex */
{/* MathQuillStatic compoent currenty doesn't work on buttons, closes math keyboard. For now, just
copying out the html from rendered mathquill as workaround*/}
{toType:"\\overarc [Enter]", tex:"\\overarc{AB}", htmlComponent:
(<span className="mq-math-mode">
<span className="mq-selectable">{"\\overarc{AB}"}</span>
Expand Down

0 comments on commit 5d6adb0

Please sign in to comment.