Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
396 stars 73 forks source link

[BUG] shape context menu does not update group information #1183

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

The group information is only recalculated when the selection changes at the moment. If you select a group of shapes and create a new group, the group option will remain "create" and will only update to "remove" once you deselect and reselect.

To fix this I need to make the active group info reactive at all times.

Kruptein commented 1 year ago

This was fixed in #1252