Always mirror the leader's selections when following

This commit is contained in:
Max Brunsfeld 2022-03-21 21:47:24 -07:00
parent c8f36af823
commit 1728551282
5 changed files with 103 additions and 52 deletions

View file

@ -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;
}
}