rendajs / Renda

A modern rendering engine for the web.
https://rendajs.org
MIT License
10 stars 4 forks source link

`Entity.traverseDown()` filter does not exclude the root. #821

Closed jespertheend closed 6 months ago

jespertheend commented 9 months ago

entity.traverseDown({filter: () = false}) should yield nothing, but it still yields the root.