Disable editor autoscroll on mouse clicks (#20287)
Closes #18148 Release Notes: - Stop scrolling when clicking to the edges of the visible text area. Use `autoscroll_on_clicks` to configure this behavior. https://github.com/user-attachments/assets/3afd5cbb-5957-4e39-94c6-cd2e927038fd --------- Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
This commit is contained in:
parent
eadb107339
commit
f9d5de834a
4 changed files with 19 additions and 1 deletions
|
@ -133,6 +133,16 @@ Define extensions which should be installed (`true`) or never installed (`false`
|
|||
}
|
||||
```
|
||||
|
||||
## Autoscroll on Clicks
|
||||
|
||||
- Description: Whether to scroll when clicking near the edge of the visible text area.
|
||||
- Setting: `autoscroll_on_clicks`
|
||||
- Default: `false`
|
||||
|
||||
**Options**
|
||||
|
||||
`boolean` values
|
||||
|
||||
## Auto Update
|
||||
|
||||
- Description: Whether or not to automatically check for updates.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue