crates/editor/src/editor.rs 🔗
@@ -10679,6 +10679,7 @@ impl Editor {
}
});
});
+ self.request_autoscroll(Autoscroll::newest(), cx);
cx.notify();
}
Joseph T. Lyons created
Closes https://github.com/zed-industries/zed/issues/23512
Release Notes:
- Improved `editor: swap selection ends` by always scrolling the cursor
into view
crates/editor/src/editor.rs | 1 +
1 file changed, 1 insertion(+)
@@ -10679,6 +10679,7 @@ impl Editor {
}
});
});
+ self.request_autoscroll(Autoscroll::newest(), cx);
cx.notify();
}