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
refactor: extract isRootHidden() to reduce duplication
Consolidate duplicate root-hidden checks into a single reusable method.
Also fixes inconsistency where one check used '.' and another used
dirIcon+'.' - now all use the correct dirIcon+'.' check.
0 commit comments