Skip to content

Commit

Permalink
forgot about em pesky indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 26, 2024
1 parent 858b545 commit 8779474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_query/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ pub fn cacheable(component_name: re_types::ComponentName) -> bool {
.into()
});

!not_cacheable.contains(&component_name)
!component_name.is_indicator_component() && !not_cacheable.contains(&component_name)
}

0 comments on commit 8779474

Please sign in to comment.