Sean Alling
Results
2
comments of
Sean Alling
trafficstars
Okay I found out how to do this. If anyone is interested, add the following: ``` class EquationEditor { ... insert(input: string) { this.mathField.write(input) } ... } ```
Sorry it took me forever to get to this, here's the PR - https://github.com/flw0/equation-editor-react/pull/40