wiris / html-integrations

The official JavaScript library for MathType, the leading formula editor and equation writer for the web by Wiris
https://wiris.com/solutions/integrations/html-editors/
MIT License
76 stars 53 forks source link

doubleclick work #921

Open wu0211 opened 6 months ago

wu0211 commented 6 months ago

Can someone help me explain how, when I double-click a formula, it appears in the toolbox at the bottom right corner, and how to retrieve the data I am currently double-clicking?"

image
jguillen-at-wiris commented 6 months ago

Hi wu0211.

The formula you double click appears in MT's modal as per our integration natural behavior, this is not a bug. What data do you need to retrieve from a double-clicked formula, it's MathML?

wu0211 commented 6 months ago

Hi wu0211.

The formula you double click appears in MT's modal as per our integration natural behavior, this is not a bug. What data do you need to retrieve from a double-clicked formula, it's MathML?

When I nest a custom tag in img, such as<c-template><img src=""... /></ c-template>, when double clicking on the img event again, the value of the formula cannot be reflected in the tool box in the bottom right corner,and I don't know why