Skip to content

Commit c90b791

Browse files
committed
Fix recent bug in online item handling
1 parent f5eba55 commit c90b791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gui/HierarchyPainter.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,7 @@ class HierarchyPainter extends BasePainter {
30753075
}
30763076
}
30773077

3078-
if (!req && getTypeForKind(item._kind))
3078+
if (!req && !getTypeForKind(item._kind))
30793079
req = 'item.json.gz?compact=3';
30803080
}
30813081

0 commit comments

Comments
 (0)