borkdominik / bigUML

A UML web modeling tool based on GLSP, distributed via a VS Code extension.
MIT License
32 stars 5 forks source link

Cardinalities cannot be removed and are re-created after deletion #158

Open borkdominik opened 3 months ago

borkdominik commented 3 months ago

When creating e.g., a Use Case diagram, removing the cardinalities by changing them to an empty string only temporarily holds. After the next model update, the cardinality is set to 1 again.

Generally, it would be nice to be able to disable/hide cardinalities if users wish so.