Hi,
Odoo 17
I added new command to html field. This new command triggers popover where user adds Latex formula which is converted, by external library(Mathjax) to svg element which id added to html field.
The problem is that mouse pointer cannot be set after svg element. Every time when user tries to put mouse pointer after this element, odoo automatically moves this pointer before this element, so in result user cannot add text after svg element.
I asked about it on Mathjax forum. Answer was that it is problem of editor which I use.
My question is: How to solve this problem? What part of code is responsible for that behavior?
I tried to add code, but idk how, because Odoo converts it to html...