You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small perf/clean tweaks:
- avoid allocating an array for slice ([].slice)
- avoid allocating an array when no nodes is selected
- put the forEach function in a dedicated method.
0 commit comments