diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 05f393e91f2bac79a896a854ecc4277aff4df30d..c80c3fa8606736f5e310ff1ac7b10f44e7baa723 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -3283,7 +3283,6 @@ impl Editor { other: Entity, cx: &mut Context, ) -> gpui::Subscription { - assert_eq!(self.buffer(), other.read(cx).buffer()); let other_selections = other.read(cx).selections.disjoint_anchors().to_vec(); if !other_selections.is_empty() { self.selections