Andrei486 / uml-diagram-collab

0 stars 0 forks source link

Add enum and interface box #128

Closed em66850 closed 5 months ago

em66850 commented 5 months ago

Resolves #127

em66850 commented 5 months ago

I will be making the current enum element controller into an abstract class that an enum element class and interface element class inherit from because we can't re-use the same controller for both (due to the way dependency injection is set up).