diff --git a/src/components/main/layout/wrapper.rs b/src/components/main/layout/wrapper.rs index 9f0d1e7bcae..88fc1ba5a1e 100644 --- a/src/components/main/layout/wrapper.rs +++ b/src/components/main/layout/wrapper.rs @@ -149,8 +149,7 @@ impl<'ln> Clone for LayoutNode<'ln> { impl<'a> Eq for LayoutNode<'a> { #[inline] fn eq(&self, other: &LayoutNode) -> bool { - self.node == other.node && - self.chain == other.chain + self.node == other.node } }