585f234b5b32a69bd482d123cf7a8ee6005cda81
`initialPath` and `defaultSort` reached `FileBrowserApp` from nowhere else — the panel wrapper was their only caller, and it was passing the two context fields that had no setter. Both remaining callers pass neither, so the whole chain below them was already running on its defaults. That includes `isolated`, which was `!!initialPath` and therefore always false: the unscoped browser has been mirroring its folder into `files/currentPath` unconditionally, which is what the comment beside it describes. Same behaviour, one fewer flag that reads as if it sometimes fires.
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%