Always mirror the leader's selections when following
This commit is contained in:
parent
c8f36af823
commit
1728551282
5 changed files with 103 additions and 52 deletions
|
@ -579,7 +579,8 @@ message UpdateView {
|
|||
}
|
||||
|
||||
message Editor {
|
||||
Anchor scroll_top = 1;
|
||||
repeated Selection selections = 1;
|
||||
Anchor scroll_top = 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -593,7 +594,8 @@ message View {
|
|||
|
||||
message Editor {
|
||||
uint64 buffer_id = 1;
|
||||
Anchor scroll_top = 2;
|
||||
repeated Selection selections = 2;
|
||||
Anchor scroll_top = 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue