Autoscroll when running editor: swap selection ends (#23575)
Closes https://github.com/zed-industries/zed/issues/23512 Release Notes: - Improved `editor: swap selection ends` by always scrolling the cursor into view
This commit is contained in:
@@ -10679,6 +10679,7 @@ impl Editor {
|
||||
}
|
||||
});
|
||||
});
|
||||
self.request_autoscroll(Autoscroll::newest(), cx);
|
||||
cx.notify();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user