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
Currently, we have similar shared files with utilities: utils.js/ts and closest.js/ts located at:
utils.js/ts
closest.js/ts
/packages/ketcher-react/src/script/editor/shared/**
/packages/ketcher-core/src/application/editor/shared/**
They have the same functions, the same name, and mostly the same implementation.
TODO:
/packages/ketcher-core/src/utilities
ketcher-core
ketcher-react
Steps:
utils.js
closest.js
The text was updated successfully, but these errors were encountered:
#2642 - remove duplicates from shared/utils from ketcher-core and ket…
5d470f8
…cher-react, wrap reused utils to the vectorUtils
6856ccb
…cher-react, wrap reused utils to the vectorUtils (#3007) Co-authored-by: Nikita_Vozisov <Nikita_Vozisov@epam.com>
kaluginserg
Successfully merging a pull request may close this issue.
Currently, we have similar shared files with utilities:
utils.js/ts
andclosest.js/ts
located at:/packages/ketcher-react/src/script/editor/shared/**
/packages/ketcher-core/src/application/editor/shared/**
They have the same functions, the same name, and mostly the same implementation.
TODO:
utils.js/ts
andclosest.js/ts
with the newest implementations./packages/ketcher-core/src/utilities
ketcher-core
andketcher-react
to use these utilities fromketcher-core
Steps:
utils.js
#2642 - Refactoring request: remove duplicate shared utils functions #3007closest.js
The text was updated successfully, but these errors were encountered: