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
Depends on: #1896Resolves: #1899
* Add atom single/batch operations
* Update logic in bond operations (more details in PR description)
* Make `changeAtomsStereoAction` static for invoking outside the class
* Add new dependency react-contexify
* Add new right-click menu for bonds
Resolves: #1872
* Fix stylelint and typo
* Divide context menu items into two components
* Change error handler to do nothing
* Remove the word `bond` out of context submenu item
* Extract common util functions to `utils.ts`
* Rename `ci` to `closestItem`
* Fix context menu not hiding when click left/bottom toolbar
* Make context menu id more readable
* Simplify usage of `fromBondsAttrs`
* Add right click menu for atoms
Depends on: #1896Resolves: #1899
* Add atom single/batch operations
* Update logic in bond operations (more details in PR description)
* Make `changeAtomsStereoAction` static for invoking outside the class
* Refactor single atom stereo edit
* Update display orders of context menu items
Order before:
- Edit selected bond(s)
- Bond type
- Delete selected bond(s)
- Edit selected atom(s)
- Enhanced stereochemistry
- Delete selected atom(s)
Order after:
- Edit selected bond(s)
- Edit selected atom(s)
- Bond type
- Enhanced stereochemistry
- Delete selected bond(s)
- Delete selected atom(s)
* Update z-index of context menu
It is required to add right-click menu for atoms to simplify user interaction.
It shall contain the following items:
– Should be grayed out if enhanced stereochemistry can not be added.
– Opens the following dialog:
The text was updated successfully, but these errors were encountered: