We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f5278 commit 2124921Copy full SHA for 2124921
anathema-widgets/src/query/mod.rs
@@ -163,7 +163,7 @@ where
163
type Kind = A::Kind;
164
165
fn filter(&self, arg: &Self::Kind, attributes: &mut AttributeStorage<'bp>) -> bool {
166
- self.a.filter(arg, attributes) | self.b.filter(arg, attributes)
+ self.a.filter(arg, attributes) && self.b.filter(arg, attributes)
167
}
168
169
0 commit comments