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
…Tool: non-selected end of the selected bond should be the rotation center (#2666)
* #2584 - Refactor: add type declarations to external module 'subscription'
* #2584 - Add new reducer for floating tools
* #2584 - Add new component FloatingTools
* #2584 - Update position of floating tools
* #2584 - Fix position to be correct after scrolling and zooming
* #2584 - Fix rotation box to be rerendered after flipping
* #2584 - Fix floating tools to update position when scrolling
* #2584 - Update erase button's icon to delete
* #2584 - Remove transform tool group from left toolbar
* #2584 - Rename handlePos to rotateHandlePosition
* #2584 - Expose a public method to handle scrolling
* #2584 - Make handleCenter private
* #2584 - Change Vec2 to {x, y}
* #2584 - Remove raphael2view
* #2584 - Fix ci
* #2584 - Fix ci after merging
* #2584 - Support to flip multi structures as a whole
* #2584 - Support to flip rxnArrow
* #2584 - Support to flip texts and rxnPluses
* #2584 - Remove functionality of flipping one single bond
* #2584 - Remove unused code
* #2584 - Fix flip positions of texts
* #2584 - Decouple action generators and UI
* #2750 - Fix unselected end of the selected bond to be the center
* #2584 - Avoid importing type from ui to editor (code review)
One end of selected bond is selected, while the other end is non-selected, in this situation, the rotation center should be the non-selected end.
The text was updated successfully, but these errors were encountered: