Save cursor scroll position when the editor is auto-scrolled
This commit is contained in:
parent
1aa1774688
commit
56b0bf8601
5 changed files with 29 additions and 16 deletions
|
@ -7449,6 +7449,7 @@ pub enum Event {
|
|||
},
|
||||
ScrollPositionChanged {
|
||||
local: bool,
|
||||
autoscroll: bool,
|
||||
},
|
||||
Closed,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue