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
Open a sample containing a mention in the initial content (e.g. mentions manual tests).
Current result
The error is thrown
Error
mathtype.js:75 TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'writer' -> object with constructor 'Writer'
| property 'model' -> object with constructor 'Model'
| ...
| property 'attributes' -> object with constructor 'Object'
--- property 'mention' closes the circle
at JSON.stringify (<anonymous>)
at ce (inspector.js:2)
at inspector.js:2
at Array.map (<anonymous>)
at be (inspector.js:2)
at inspector.js:2
at ge (inspector.js:2)
at inspector.js:2
at ge (inspector.js:2)
at inspector.js:2
Notes
It works fine if we load the data without a mention, insert a mention and call editor.setData( editor.getData() ).
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Current result
The error is thrown
Error
Notes
It works fine if we load the data without a mention, insert a mention and call
editor.setData( editor.getData() )
.The text was updated successfully, but these errors were encountered: