Start work on updating editors's scroll positions when following
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
2c53175566
commit
d02ab9bd06
6 changed files with 139 additions and 71 deletions
|
@ -568,7 +568,7 @@ message UpdateFollowers {
|
|||
}
|
||||
|
||||
message Editor {
|
||||
Selection newest_selection = 1;
|
||||
Anchor scroll_top = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -588,7 +588,7 @@ message View {
|
|||
|
||||
message Editor {
|
||||
uint64 buffer_id = 1;
|
||||
Selection newest_selection = 2;
|
||||
Anchor scroll_top = 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue