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

This commit is contained in:
cschen 2024-08-14 16:07:19 +02:00
parent 2916848165
commit 1b5b9e74bf

View file

@ -140,7 +140,7 @@ impl ControllerWorker<TextChange> for BufferWorker {
// x.0.start should always be after lastver!
// 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.
let step_ver = oplog.version_union(&[lv.start], &last_ver);
let step_ver = oplog.version_union(&[lv.end], &last_ver);
branch.merge(&oplog, &step_ver);
let new_local_v = branch.local_version();