Kruptein / PlanarAlly

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

bug(Reactivity): Fix floors, layers, shapes becoming reactive #1382

Closed Kruptein closed 5 months ago

Kruptein commented 5 months ago

This is a technical internal change

An oversight on my end caused floors, layers and shapes to all become reactive, which isn't intended as this induces extra overhead that we aren't even using anywhere.

This PR changes the floorSystem state to only make the array holding floors and layers reactive, but not the individual items.