mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #9841 from overleaf/em-track-changes-timestamps
Do not update timestamp when deleting part of tracked insertions GitOrigin-RevId: 5833ed973b6be128cfd2a3b03c44e1d88eccad42
This commit is contained in:
parent
ddb907187e
commit
4e393bbe8c
1 changed files with 0 additions and 1 deletions
|
@ -537,7 +537,6 @@ class RangesTracker {
|
||||||
if (insertRemaining.length > 0) {
|
if (insertRemaining.length > 0) {
|
||||||
change.op.i = insertRemaining
|
change.op.i = insertRemaining
|
||||||
change.op.p = Math.min(changeStart, opStart)
|
change.op.p = Math.min(changeStart, opStart)
|
||||||
change.metadata.ts = metadata.ts
|
|
||||||
movedChanges.push(change)
|
movedChanges.push(change)
|
||||||
} else {
|
} else {
|
||||||
removeChanges.push(change)
|
removeChanges.push(change)
|
||||||
|
|
Loading…
Reference in a new issue