Revert "(to alemi: always has been) fix: try now lmao."

This reverts commit 1b5b9e74bf.
This commit is contained in:
cschen 2024-08-14 16:15:42 +02:00
parent 1b5b9e74bf
commit 6c30699acc

View file

@ -140,7 +140,7 @@ impl ControllerWorker<TextChange> for BufferWorker {
// x.0.start should always be after lastver! // x.0.start should always be after lastver!
// this step_ver will be the version after we apply the operation // this step_ver will be the version after we apply the operation
// we give it to the controller so that he knows where it's at. // we give it to the controller so that he knows where it's at.
let step_ver = oplog.version_union(&[lv.end], &last_ver); let step_ver = oplog.version_union(&[lv.start], &last_ver);
branch.merge(&oplog, &step_ver); branch.merge(&oplog, &step_ver);
let new_local_v = branch.local_version(); let new_local_v = branch.local_version();