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
Hi, I’m using jsme-react library in one of my projects.
In the project, the aim is to display smiles along with the svg format which I am unable to achieve with library.
I am able to achieve the desired result by adding the “getMolecularAreaGraphicsString()” method in onChange event as shown in below code snippet:
Just a note or recommendation. It is better to use jsmeEvent.src instead of _this.jsmeApplet. Both point to the same editor, but in case the page has more than one instance of JSME, jsmeEvent.src will provide the right JSME instance that has triggered the event.
Hi, I’m using jsme-react library in one of my projects.
In the project, the aim is to display smiles along with the svg format which I am unable to achieve with library.
I am able to achieve the desired result by adding the “getMolecularAreaGraphicsString()” method in onChange event as shown in below code snippet:
Are there any other options by which the desired output can be achieved? Any kind of help/suggestions would be appreciated
The text was updated successfully, but these errors were encountered: