letranloc / draft-js-katex-plugin

A Katex plugin for DraftJS.
https://letranloc.github.io/draft-js-katex-plugin?down=0
32 stars 14 forks source link

Edits in Tex block can only be saved internally #13

Open CodesMcCabe opened 4 years ago

CodesMcCabe commented 4 years ago

I'm currently using this plugin for a custom editor. I realized that if changes are made in the Tex block and I save a higher level component, the changes made are lost. This is because I cannot hook into the save method within this plugin.

Willing to work on a solution if this repo is being maintained.