DioxusLabs / blitz

High performance HTML and CSS renderer powered by WGPU
Apache License 2.0
2.12k stars 42 forks source link

Reuse anonymous blocks for complex inline layouts #113

Open DavidHusicka opened 3 months ago

DavidHusicka commented 3 months ago

This gets rid of a memory leak where the anonymous block would be created in a loop and never cleared.