ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
68 stars 22 forks source link

Added a button to the relationship details popup to be able to flip t… #3

Closed magewe1 closed 6 years ago

magewe1 commented 6 years ago

…he direction of a relationship.

mtnc commented 6 years ago

There is already an action FLIP_RELATIONSHIPS in src/gui/redux/relationships/actions.ts. It is used in src/gui/events/KeyboardEventListener.ts to flip selected relationships. Please re-use the existing function for the flip icon.