fix hidden computation for new files

This commit is contained in:
vcoppe
2025-11-11 14:03:07 +01:00
parent 8c3365ef24
commit e5d45dee3a
2 changed files with 28 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ export class AllHidden {
update() {
let hidden = true;
selection.applyToOrderedSelectedItemsFromFile((fileId, level, items) => {
selection.applyToSelectedItemsFromFile((fileId, level, items) => {
let file = fileStateCollection.getFile(fileId);
if (file) {
for (let item of items) {