I need to display any content selected in MathQuill in the console. I tried using getSelection()
, but it didn’t work. Any other official way to achieve this?
I tried the following:
mathquillDidMount = {(mathField) => {
mathFieldRef.current = mathField;
}}
New contributor
Stacckkk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.