We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce
Expected behavior Structure saves as is.
Actual behavior Structure saves without any text nodes
Screenshots
for SA
Desktop (please complete the following information):
Smartphone (please complete the following information):
Ketcher version 2.5.2
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
{ "root": { "nodes": [ { "$ref": "mol0" }, { "$ref": "mol1" }, { "type": "arrow", "data": { "mode": "open-angle", "pos": [ { "x": 10.049999999999999, "y": -2.449999999999999, "z": 0 }, { "x": 12.05, "y": -2.449999999999999, "z": 0 } ] } }, { "type": "text", "data": { "content": "{"blocks":[{"key":"6ehda","text":"100 ℃","type":"unstyled","depth":0,"inlineStyleRanges":[],"entityRanges":[],"data":{}}],"entityMap":{}}", "position": { "x": 10.475, "y": -1.7999999999999994, "z": 0 } } } ] }, "mol0": { "type": "molecule", "atoms": [ { "label": "O", "location": [ 13.049999904632568, -2.3749999999999996, 0 ] } ], "stereoFlagPosition": { "x": 13.049999904632568, "y": 1.3750000000000004, "z": 0 } }, "mol1": { "type": "molecule", "atoms": [ { "label": "O", "location": [ 7.85, -2.3749999999999996, 0 ] }, { "label": "O", "location": [ 8.85, -2.3749999999999996, 0 ] } ], "bonds": [ { "type": 1, "atoms": [ 0, 1 ] } ], "stereoFlagPosition": { "x": 10.475, "y": 0.7999999999999994, "z": 0 } } }
Sorry, something went wrong.
fixed in 1.8 epam/Indigo#619
evgeniiFrolov1
No branches or pull requests
Steps to Reproduce
Expected behavior
Structure saves as is.
Actual behavior
Structure saves without any text nodes
Screenshots


for SA

Desktop (please complete the following information):
Smartphone (please complete the following information):
Ketcher version
2.5.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: