You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the onLatexUpdate property to transform the images instead of relying on a node.js server running on the background to process those with MathJax (following this ticket), is causing some issues when the users copy/paste content that contains the images already generated. Some of those images are incorrectly replaced with a loading spinner instead (from the loadingImage inside the persistValidImages method).
I have attached a video to show how the onValueChange calls the callback method twice, the first one with the correct images, but then a second time with some spinners instead.
rich-text-editor-issue.mp4
The code we use to transofrm the images is pretty similar to the one we already shared on the mentioned ticket.