Issues with GeometryReader inside a scaled view
I am keeping track of the location of all rectangles in a grid of rectangles with a geometry reader to interact with them later. Now I would like to add the option to zoom in and to scroll to the grid. However, the scaling seems to mess up the geometry reader and the locations do not get updated when zooming in and out. Is there a way to fix this?