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
Background
Add the ability to render multiple ketcher editors on a page without an iframe. The iframe makes it more difficult to access the ketcher instance (e.g. #3693).
Solution
Instead of binding the ketcher instance to the window of an iframe, each instance could be stored in the React state instead.
The text was updated successfully, but these errors were encountered:
…an iframe (#4834)
* show multiple chemical structure editors in the same window
* use default init name
---------
Co-authored-by: Iris <iris@uncountable.com>
Background
Add the ability to render multiple ketcher editors on a page without an iframe. The iframe makes it more difficult to access the ketcher instance (e.g. #3693).
Solution
Instead of binding the ketcher instance to the window of an iframe, each instance could be stored in the React state instead.
The text was updated successfully, but these errors were encountered: