SpiderStrategies / kalpa-tree

A tree implementation backed by D3
http://spiderstrategies.github.io/kalpa-tree/
ISC License
4 stars 2 forks source link

Immediately sets `node` classname on all `li` elements. #461

Closed nathanbowser closed 4 years ago

nathanbowser commented 4 years ago

This should happen in the enter code, but I think a race condition with autoscrolling from DND code causes issues. This is a total hack but I couldn't figure out a better solution.

For https://github.com/SpiderStrategies/Scoreboard/issues/32542

mattsgarlata commented 4 years ago

+1