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:
parent
d8c9fdd014
commit
06f0f0747d
1 changed files with 1 additions and 0 deletions
|
@ -10679,6 +10679,7 @@ impl Editor {
|
|||
}
|
||||
});
|
||||
});
|
||||
self.request_autoscroll(Autoscroll::newest(), cx);
|
||||
cx.notify();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue