ElektraInitiative / PermaplanT

https://www.permaplant.net
BSD 3-Clause "New" or "Revised" License
16 stars 13 forks source link

Improvement: investigate alternative to workaround for bug in Konva Transformer. #1301

Open andreicristian97 opened 5 months ago

andreicristian97 commented 5 months ago

(at the point of writing, the issue is only present in the "Dev" Branch)

In the "ShadeLayer.tsx" file, we currently use a workaround to avoid a bug in the Konva Transfomer. We should investigate better ways to avoid this problem.

https://github.com/ElektraInitiative/PermaplanT/blob/71caabb2e7a7c2d03603391febd86f6988448d3d/frontend/src/features/map_planning/layers/shade/ShadeLayer.tsx#L202-L234