Skip to content
New issue

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

Sending structure to renderer in molfile format instead of ketcher format #1300

Closed
akolyakov42 opened this issue Mar 2, 2022 · 1 comment · Fixed by #1308
Closed

Sending structure to renderer in molfile format instead of ketcher format #1300

akolyakov42 opened this issue Mar 2, 2022 · 1 comment · Fixed by #1308
Assignees
Labels
Milestone

Comments

@akolyakov42
Copy link

Steps to Reproduce

  1. Launch Ketcher
  2. Launch DevTools and switch to Network tab
  3. Create or load structure to canvas
  4. Launch "Copy as image" function (press hotkey or click "Copy as Image" button in "Copy..." dropdown)
  5. Click on "render" request in Network tab and switch to Payload tab
  6. Check "struct" string

Expected behavior
Client sends structure in ketcher format

Actual behavior
Client sends structure in molfile format

Screenshots
Screenshot 2022-03-02 at 17 13 58

User agent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)
AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/98.0.4758.109
Safari/537.36

@karen-sarkisyan
Copy link
Contributor

karen-sarkisyan commented Mar 4, 2022

2 tasks should be perform:

  • Switch to ket serializer
  • Refactor code responsible for copying structure as image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants